System.Win.ScktComp.TCustomWinSocket.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HWnd read GetHandle;

C++

__property HWND Handle = {read=GetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomWinSocket

Description

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

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.

See Also