API:System.Rtti.TRttiPackage.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HINST read GetHandle;

C++

__property NativeUInt Handle = {read=GetHandle, nodefault};

Properties

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

Description

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

System.Rtti.TRttiPackage.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