代码搜索:AnsiString

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

代码结果 5,210
www.eeworm.com/read/430977/8715209

~pas form.~pas

unit Form; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, XPMan; type TMainForm = class(TForm) GroupBox1: TGroupBox
www.eeworm.com/read/483785/6595455

h emaildef.h

#ifndef emaildefH #define emaildefH typedef struct { AnsiString CountName; AnsiString Pop3Name; AnsiString SmtpName; AnsiString GetPort; AnsiString
www.eeworm.com/read/262060/11608449

pas base64.pas

unit Base64; interface uses Classes; function MimeEncodeString (const s: AnsiString): AnsiString; function MimeEncodeStringNoCRLF (const s: AnsiString): AnsiString; function MimeDecodeSt
www.eeworm.com/read/371954/9529043

h multiport_utils.h

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/468931/6982207

htm suggest.htm

The TeamB guide to avoiding common mistakes in C++Builder.
www.eeworm.com/read/151859/12166873

h multiport_utils.h

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/151298/12222805

htm ch20.htm

Ch
www.eeworm.com/read/151298/12222949

htm ch03.htm

Ch
www.eeworm.com/read/423252/10576955

pas cryptomodule.pas

unit CryptoModule; interface function Decrypt(const S: AnsiString; Key: Word): AnsiString; function Encrypt(const S: AnsiString; Key: Word): AnsiString; implementation const C1 = 52845
www.eeworm.com/read/460793/7240624

pas uencrypt.pas

unit uEncrypt; interface function Decrypt(const S: AnsiString; Key: Word): AnsiString; function Encrypt(const S: AnsiString; Key: Word): AnsiString; implementation const C1 = 52845;