RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TCustomFormClass Type

TCustomFormClass defines the metaclass for TCustomForm.

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

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

 

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