System.Win.ScktComp.TCustomServerSocket.GetOnClientEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetOnClientEvent(Index: Integer): TSocketNotifyEvent;

C++

TSocketNotifyEvent __fastcall GetOnClientEvent(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomServerSocket

説明

クライアントイベントに応答するさまざまなイベントハンドラへのインデックス付きアクセスを提供します。

アプリケーションはこのプロテクトメソッドを呼び出せません。この protected メソッドは内部的に使用されて,クライアントイベントに応答するイベントハンドラを実装します。

関連項目