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;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!