RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TFormClass Type

TFormClass defines the metaclass for TForm.

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

Forms

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

 

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