Site icon Python GUI

What Are The Built-In Function Objects Inside DelphiVCL?

featuredimage2 4

A built-in function object is a wrapper around a C function. Examples of built-in functions are len() and math.sin() (math is a standard built-in module). The number and type of the arguments are determined by the C function. 

You can browse all the built-in function objects available to us for windows development inside the DelphiVCL library using the Python dir() command:

[crayon-6630d2a553b01345240356/]

All the built-in function objects are marked with a red rectangle:

Here are the built-in function objects inside the DelphiVCL library and their explanations:

Let’s run dir() command to all the attributes above:

[crayon-6630d2a553b0b080243999/]

See the responses in our Windows command prompt:

Let’s run print() command to all the attributes above:

[crayon-6630d2a553b0e751815832/]

See the responses in our Windows command prompt:

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Exit mobile version