type TIFPSDelphiClassItem = class(TObject)
, this class is used to store properties and methods for a class and can be used to read type info from the compiler
![]() |
constructor Create(Owner: TIFPSCompileTimeClass); |
![]() |
destructor Destroy; override; |
![]() |
constructor Create(Owner: TIFPSCompileTimeClass); |
![]() |
destructor Destroy; override; |
![]() |
property Decl: TIFPSParametersDecl; |
![]() |
property Name: string; |
![]() |
property NameHash: Longint; |
![]() |
property OrgName: string; |
![]() |
property Owner: TIFPSCompileTimeClass; |
![]() |
property Decl: TIFPSParametersDecl; |
Declaration of this class item
![]() |
property Name: string; |
Name of this class item
![]() |
property NameHash: Longint; |
The hash for the name of this class item
![]() |
property OrgName: string; |
Original name of this class item
![]() |
property Owner: TIFPSCompileTimeClass; |
The owner