System.Win.ScktComp.TCustomServerSocket.SetOnClientEvent

From RAD Studio API Documentation
Revision as of 00:16, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetOnClientEvent(Index: Integer; Value: TSocketNotifyEvent);

C++

void __fastcall SetOnClientEvent(int Index, TSocketNotifyEvent Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomServerSocket

Description

Sets the client event handlers of the associated TServerWinSocket object.

Applications cannot call this protected method. SetOnClientEvent sets the various event handlers that respond to events from the server endpoint of a client connection. Server socket components use TServerWinSocket to implement these events.

See Also