RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.Handle Property

Specifies the handle of the window that receives notifications from the Windows socket.

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

Use Handle to send messages to the Windows socket or to subclass the Window procedure that receives messages of asynchronous events from the socket connection. 

 

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