代码搜索:AnsiString

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

代码结果 5,210
www.eeworm.com/read/439105/7716975

h unitdial.h

//--------------------------------------------------------------------------- #ifndef UnitDialH #define UnitDialH //--------------------------------------------------------------------------- #i
www.eeworm.com/read/436097/7776487

pas atxutilmail.pas

unit ATxUtilMail; interface function FSendEmail(const Text, Attachment: string): Boolean; implementation uses Windows, Mapi, Forms; function FSendEmail(const Text, Attachment: string
www.eeworm.com/read/436097/7776671

pas atviewermsg.pas

unit ATViewerMsg; interface uses Windows; function MsgBox(const Msg, Title: WideString; Flags: Integer; hWnd: THandle = 0): Integer; procedure MsgInfo(const Msg: WideString; hWnd: THandle
www.eeworm.com/read/436097/7776680

pas atxreurl.pas

{ Article: TRichEditURL - hyperlink aware RichEdit http://delphi.about.com/library/weekly/aa051804a.htm Full source code of the TRichEditURL Delphi component, an extension to the standard Ric
www.eeworm.com/read/435474/7791659

pas sttohtml.pas

(* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/435474/7791682

pas sttxtdat.pas

(* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/435474/7791748

pas stexport.pas

(* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/435474/7791774

pas stinistm.pas

(* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/299226/7875438

pas getidaddintf.pas

{ Invokable interface IGetIDadd } unit GetIDaddIntf; interface uses InvokeRegistry, Types, XSBuiltIns; type TEnumTest = (etNone, etAFew, etSome, etAlot); TDoubleArray = array of
www.eeworm.com/read/199159/7881754

pas difilecache.pas

unit DIFileCache; interface uses Classes, DISQLite3Cache; type TDIFileBlock = record Len: Integer; // Count of data bytes in block. Data: record end; end; PDIFileBlock =