Language:
Русский
English
TGlobalHandle (type) (WinTypes unit)
Declaration
TGlobalHandle = THandle;
Remarks
TGlobalHandle is exactly the same as THandle, but you might want to use it to make clear to people reading your code that the handle is to a global item, such as a global memory block.