System.HGLOBAL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type HGLOBAL = Cardinal;

Properties

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

Description

Represents a handle to a loaded Windows resource.

HGLOBAL represents a handle to a loaded Windows resource. HGLOBAL is defined for Windows compatibility. It is an alias to the THandle type.

See Also