API:System.Win.ScktComp.TServerSocket

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

System.Win.ScktComp.TCustomServerSocketSystem.Win.ScktComp.TCustomSocketSystem.Win.ScktComp.TAbstractSocketSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTServerSocket

Delphi

TServerSocket = class(TCustomServerSocket)

C++

class PASCALIMPLEMENTATION TServerSocket : public TCustomServerSocket

プロパティ

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

説明

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

System.Win.ScktComp.TServerSocket は System.Win.ScktComp.TCustomServerSocket を継承しています。以下の内容はすべて System.Win.ScktComp.TCustomServerSocket を参照しています。

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

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

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

関連項目