RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm Class

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

Pascal
TCustomForm = class(TScrollingWinControl);
C++
class TCustomForm : public TScrollingWinControl;

Forms

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!