RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TFormClass Type

TFormClass defines the metaclass for TForm.

Pascal
TFormClass = class of TForm;
C++
TForm * TFormClass;

TFormClass is the metaclass for TForm. Its value is the class reference for TForm or for one of its descendants. 

 

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