System.HINST

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type HINST = Cardinal;

Properties

Type Visibility Source Unit Parent
type public System.pas System System

Description

Is a handle to a loaded Windows resource.

HINST represents a Windows library or executable instance handle. HINST is defined for Windows compatibility. It is an alias to the THandle type.

See Also