[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

HGLOBAL

The type of a Global memory block Handle.

Declaration

Source position: lcltype.pp line 105

type HGLOBAL = type THandle;

Description

Global memory blocks are managed by the platform, used e.g. for data shared across multiple processes.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.