Vcl.Forms.TCustomForm

Delphi
TCustomForm = class(TScrollingWinControl)
C++
class PASCALIMPLEMENTATION TCustomForm : public TScrollingWinControl
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | Vcl.Forms.pas Vcl.Forms.hpp | Vcl.Forms | Vcl.Forms | 
Description
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.