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