RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TComponentClass Type

TComponentClass defines the metaclass for TComponent.

Pascal
TComponentClass = class of TComponent;
C++
TComponent * TComponentClass;

TComponentClass is the metaclass for TComponent. Its value is the class reference for TComponent or for one of its descendants. 

 

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