Learn About delphivcl.CustomForm
April 16, 2021
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()…