RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TCustomFormClass Type

TCustomFormClass defines the metaclass for TCustomForm.

Pascal
TCustomFormClass = class of TCustomForm;
C++
TCustomForm TCustomFormClass;

Forms

TCustomFormClass is the metaclass for TCustomForm. Its value is the class reference for TCustomForm or for one of its descendants. 

 

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