Site icon Python GUI

Learn About DelphiVCL.CustomForm

featuredimage2 4

DelphiVCL.CustomForm or TCustomForm is the base class from which to derive a window such as a form or dialog.

Derive from TCustomForm to create a custom window. The TCustomForm descendant can contain other objects, such as TButton, TCheckBox, and TComboBox objects.

Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.CustomForm using dir() command:

[crayon-662e4da3a4e0d575974346/]

See the responses in our Windows command prompt:

You can also read short informations about the DelphiVCL.CustomForm using the print() command:

[crayon-662e4da3a4e15075065564/]

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