代码搜索:AnsiString

找到约 5,210 项符合「AnsiString」的源代码

代码结果 5,210
www.eeworm.com/read/290584/8474622

pas unittransfer.pas

unit UnitTransfer; interface uses Windows, Sysutils, SocketUnit; type TThreadInfo = Class(TObject) public host:String; port:integer; SH : String; Action:String; FileName: Ansi
www.eeworm.com/read/290584/8474692

pas unittransfer.pas

unit UnitTransfer; interface uses windows, SysUtils, Dialogs, ComCtrls, IdTCPServer, UnitFunciones; type TCallbackProcedure = procedure(Sender:Tobject) of object; type TDescargaH
www.eeworm.com/read/189250/8481930

~cpp unit4.~cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include #include "Unit4.h" //---------------------------------------
www.eeworm.com/read/189250/8481982

cpp unit4.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include #include "Unit4.h" //---------------------------------------
www.eeworm.com/read/290067/8507447

h mainform.h

//--------------------------------------------------------------------------- #ifndef MainFormH #define MainFormH //--------------------------------------------------------------------------- #i
www.eeworm.com/read/389425/8522512

pas outputunit.pas

unit OutputUnit; interface uses SysUtils,dialogs,windows,variants,DateUtils; type // 文件属性类 TFileAttr = class constructor Create; public dtCreatetime,dtAccessTime,dt
www.eeworm.com/read/389425/8522521

pas userdatatypeunit.pas

unit UserDataTypeUnit; interface uses SyncObjs,Forms,SysUtils,IniFiles; const WaitToSend = 1 ; SendFail = 2 ; SendSuccess = 3 ; DeviceMaxCount = 16 ; MsgBufLength = 200 ;
www.eeworm.com/read/388649/8589173

cpp unit1.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "Unit1.h" //------------------------------------------------------------
www.eeworm.com/read/287962/8656549

txt c++builder网络编程系列讲座第一讲:tserversocket和tclientsocket的使用.txt

作者:hxfwsk email: hxfwsk@hotmail.com 日期:6/15/2001 7:28:35 PM TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4] 在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/287489/8685159

h mdiedit.h

//---------------------------------------------------------------------------- //Borland C++Builder //Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved. //---------------