RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TGetClass Type

TGetClass is a callback procedure used by the TClassFinder class.

Pascal
TGetClass = procedure (AClass: TPersistentClass) of object;
C++
(AClass: TPersistentClass) ( TGetClass)();

TGetClass is a type of call back procedure that is called for each class reference found by the TClassFinder class GetClasses method.  

The class is passed to this procedure in AClass

 

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