Internet Direct (Indy)
Home
PreviousUpNext
THandle Type

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

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.