System.Classes.TGetClass

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TGetClass)(TPersistentClass AClass);

Properties

Type Visibility Source Unit Parent
typedef public System.Classes.hpp System.Classes System.Classes

Description

TGetClass is a callback procedure used by the TClassFinder class.

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.Classes.TGetClass&oldid=157939"