System.Rtti.TRttiObject.Handle

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also