API:System.Rtti.TRttiIndexedProperty.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: PArrayPropInfo read GetHandle;

C++

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

Properties

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

Description

Specifies a pointer to the RTTI information block in the executable image.

System.Rtti.TRttiIndexedProperty.Handle inherits from System.Rtti.TRttiObject.Handle. All content below this line refers to System.Rtti.TRttiObject.Handle.

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