+ add Handle property to access the TypeInfo pointer of the TRttiType

This commit is contained in:
Sven/Sarah Barth 2021-12-24 13:53:04 +01:00
parent f74a6abccf
commit 322d91758c

View File

@ -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;