代码搜索:TCustomWinSocket
找到约 412 项符合「TCustomWinSocket」的源代码
代码结果 412
www.eeworm.com/read/116418/14972307
pas serverform.pas
unit ServerForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls, Grids, DBGrids, Db, DBTables, ComCtrls;
const
wm_Refresh
www.eeworm.com/read/116418/14972883
pas serverform.pas
unit ServerForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls;
const
wm_RefreshClients = wm_User;
type
TForm1 = c
www.eeworm.com/read/172447/9707744
pas server.pas
unit server;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, ExtCtrls,winsock, StdCtrls,inifiles, Buttons;
type
TForm1 =
www.eeworm.com/read/336165/12468649
pas serverform.pas
unit ServerForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls, Grids, DBGrids, Db, DBTables, ComCtrls;
const
wm_Refresh
www.eeworm.com/read/336165/12469805
pas serverform.pas
unit ServerForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls;
const
wm_RefreshClients = wm_User;
type
TForm1 = c
www.eeworm.com/read/104548/15690409
h newspy.h
//---------------------------------------------------------------------------
#ifndef newSpyH
#define newSpyH
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/493347/6401088
pas unit_pacs_invoke_register.pas
unit Unit_Pacs_Invoke_Register;
interface
uses
Forms, SysUtils, Classes, DB, DBClient, MConnect, ScktComp;
var
socket_register_opened: boolean;
type
TdmPacsRegister = class(TDataMo
www.eeworm.com/read/493347/6401166
~pas unit_pacs_invoke_register.~pas
unit Unit_Pacs_Invoke_Register;
interface
uses
Forms, SysUtils, Classes, DB, DBClient, MConnect, ScktComp,
IdBaseComponent, IdComponent, IdCustomTCPServer, IdSocksServer;
var
socket
www.eeworm.com/read/409894/11308028
pas siec.pas
unit siec;
interface
uses forms,stale,toolz,sysutils,windows,classes,konfig,skrypt,httpd,
scktcomp;
const DEFbackport=44444;
DEFproxyhost='mail.lublin.pl';
DEFproxyremote=23;
www.eeworm.com/read/179816/9335842
txt 源码说明.txt
这两个函数
function app_path1:string;
function socket_rec_line1(socket1:TCustomWinSocket;timeout1:integer;crlf1:string=#13#10):string;
实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。
socket_rec_line1函数中用了唐晓峰大侠的co