type TIFPSCompileTimeClass = class
constructor Create(const ClassName: string; aOwner: TIFPSCompileTimeClassesImporter); |
create
destructor Destroy; override; |
destroy
function RegisterMethod(const Decl: string): Boolean; |
Register a method/constructor
procedure RegisterProperty(const PropertyName, PropertyType: string; PropAC: TIFPSPropType); |
Register a property