代码搜索:TCustomWinSocket

找到约 412 项符合「TCustomWinSocket」的源代码

代码结果 412
www.eeworm.com/read/104871/15682079

h transportunit.h

//--------------------------------------------------------------------------- #ifndef TransportUnitH #define TransportUnitH //---------------------------------------------------------------------
www.eeworm.com/read/104871/15682120

h mainunit.h

//--------------------------------------------------------------------------- #ifndef MainUnitH #define MainUnitH //--------------------------------------------------------------------------- #i
www.eeworm.com/read/104315/15699356

pas main.pas

unit main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, Buttons, ScktComp, ExtCtrls, ComCtrls; type TChatForm = class(TFo
www.eeworm.com/read/104139/15707730

h clientmgr.h

//--------------------------------------------------------------------------- #ifndef ClientMgrH #define ClientMgrH //---------------------------------------------------------------------------
www.eeworm.com/read/277306/10646938

txt mycodefileinfo.txt

Seths.pas by Seth Taylor Types: TLongArray: Manages a dynamic array of LongInt's for you TByteArray: Manages a dynamic array of Byte's for you TPointerArray: Manages a dynamic array of
www.eeworm.com/read/419521/10863586

pas main.pas

unit main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, Buttons, ScktComp, ExtCtrls, ComCtrls, RSA; type TChatForm = clas
www.eeworm.com/read/406086/11449460

txt socket始解.txt

 一、socket知识介绍 1. 阻断型和非阻断型端口. 阻断型*(stThreadBlocking)*Socket在运行中,应用程序调用了Socket接口函数后, 函数并不马上返回,一直要到相应的操作完成才返回,这期间应用程序处于等待状 态.这种运行方式适合需要同步通信的应用程序. 非阻断型*(stNonBlocking)*Socket在运行中,Socke
www.eeworm.com/read/289007/8587188

pas importammeterdata_f.pas

unit ImportAmmeterData_F; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ScktComp, StdCtrls; type TF_ImportAmmeterData = class(TForm) C
www.eeworm.com/read/387434/8678554

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/387434/8679496

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