Indy 9
THandle
See Also, Unit: IdGlobal
Represents file, socket, or thread handles used in the Indy library.
THandle = Windows.THandle;
Unit
IdGlobal
Description
THandle is a platform-specific type used to represent file, socket, or thread handles used in the Indy library. On the Linux platform, THandle is declared as a LongWord type for VCL versions prior to VCL 6. For VCL 6, THandle is declared in System.pas. For the Windows platform, THandle is declared as the same type and THandle as declared in Windows.pas for VCL versions prior to VCL 6.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.