[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The type of a Global memory block Handle.
Source position: lcltype.pp line 105
type HGLOBAL = type THandle; |
Global memory blocks are managed by the platform, used e.g. for data shared across multiple processes.
lazarus-ccr.sourceforge.net |