Open main menu

RAD Studio API Documentation β

System.HMODULE

Delphi

type HMODULE = Cardinal;

Properties

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

Description

Is a Windows module instance handle.

HMODULE represents a Windows module instance handle. HMODULE is defined for Windows compatibility. It is an alias to the HINST type.

See Also