Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

HGLOBAL

The type for a Global memory block Handle.

Declaration

Source position: lcltype.pp line 112

type HGLOBAL = type PtrUInt;

Description

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