mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
+ add Handle property to access the TypeInfo pointer of the TRttiType
This commit is contained in:
parent
f74a6abccf
commit
322d91758c
@ -250,6 +250,7 @@ type
|
||||
property IsRecord: boolean read GetIsRecord;
|
||||
property IsSet: boolean read GetIsSet;
|
||||
property BaseType: TRttiType read GetBaseType;
|
||||
property Handle: PTypeInfo read FTypeInfo;
|
||||
property AsInstance: TRttiInstanceType read GetAsInstance;
|
||||
property TypeKind: TTypeKind read GetTypeKind;
|
||||
property TypeSize: integer read GetTypeSize;
|
||||
|
Loading…
Reference in New Issue
Block a user