RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseSocket.Handle Property

Provides access to the unique-4 byte identifier that represents the instance of the socket object.

Pascal
property Handle: TSocket;
C++
__property TSocket Handle;

Use Handle to return a typed pointer to the instance of the socket class. This Handle can be used when making low level function calls into the QT shared libraries, where the function call requires an instance pointer to the object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!