⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scktconnect.int

📁 boomerang library 5.11 internet ed
💻 INT
字号:
unit ScktConnect;


{ Listing generated by Opus Documentor 1.2.1.1147 on 6.7.2004 }
{ Parts omitted from listing: protected, private, undocumented }


{==============================================================================}
interface
uses
  Classes, Connect, ScktComp, WinSock, Windows;

type 

  TClientSocketConnection = class( TCommunicationConnection )
  public
    property Socket: TCustomWinSocket read;
  published
    property Address: string read write;
    property Host: string read write;
    property Port: Integer read write;
    property Service: string read write;
  end {TClientSocketConnection};


{==============================================================================}
implementation

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -