System.Win.ScktComp.TCustomServerSocket

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

System.Win.ScktComp.TCustomSocketSystem.Win.ScktComp.TAbstractSocketSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomServerSocket

Delphi

TCustomServerSocket = class(TCustomSocket)

C++

class PASCALIMPLEMENTATION TCustomServerSocket : public TCustomSocket

プロパティ

種類 可視性 ソース ユニット
class public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

説明

TCustomServerSocket はすべてのサーバーソケットコンポーネントの基本クラスです。

TCustomServerSocket は TCP/IP サーバーの機能に固有の新しいプロパティとイベントを備えています。

TCustomServerSocket のインスタンスは作成しないでください。TCustomServerSocket は,ほかのマシンからの接続要求をリスニングするサーバーソケットオブジェクトを宣言するときに基本クラスとして使用します。

関連項目