TGetClass is a callback procedure used by the TClassFinder class.
TGetClass = procedure (AClass: TPersistentClass) of object;
(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!
|