Topic Path: Symbol Reference > Types > THandle Type
ContentsIndexHome
PreviousUpNext
THandle Type

Represents file, socket, or thread handles used in the Indy library.

File
THandle = Windows.THandle;

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 a THandle from Windows.pas for VCL versions prior to VCL 6. 

 

On the .Net platform, THandle is declared as a LongWord type.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.