System.Rtti.TRttiType.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: PTypeInfo read GetHandle;

C++

__property System::Typinfo::PTypeInfo Handle = {read=GetHandle};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiType

Description

Specifies a pointer to a TTypeInfo structure.

Use Handle to obtain a pointer to the memory address in which the RTTI information describing the type is stored. The value of Handle can be used in functions exposed by the TypInfo unit.

See Also