System.Rtti.TRttiObject.Handle
Delphi
property Handle: Pointer read FHandle;
C++
__property void * Handle = {read=FHandle};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiObject |
Description
Specifies a pointer to the RTTI information block in the executable image.
Use Handle to obtain a pointer to the memory address in which the RTTI information is stored. In most cases, the Handle property points to a TTypeInfo structure.