System.Win.ScktComp.TCustomServerSocket.GetOnClientError

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

Delphi

function GetOnClientError: TSocketErrorEvent;

C++

TSocketErrorEvent __fastcall GetOnClientError();

プロパティ

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

説明

OnClientError イベントハンドラを返します。

アプリケーションはこのプロテクトメソッドを呼び出すことはできません。GetOnClientError メソッドはリスニング接続のサーバーエンドポイントを示す TServerWinSocket オブジェクトの OnClientError イベントハンドラを返します。

関連項目