System.Win.ScktComp.TCustomServerSocket.GetOnClientEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnClientEvent(Index: Integer): TSocketNotifyEvent;

C++

TSocketNotifyEvent __fastcall GetOnClientEvent(int Index);

Properties

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

Description

Provides indexed access to the various event handlers that respond to client events.

Applications can't call this protected method. It is used internally to implement the event handlers that respond to client events.

See Also