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 the instance handle for the loaded package.

Use Handle to obtain a Windows HINST handle that represents the module that encapsulates the Delphi package. The value of Handle is useful when performing Windows API calls that require HINST values.

See Also