随笔分类 -  Delphi

摘要:Delphi XE TStringBuilder 阅读全文
posted @ 2019-04-30 11:43 不能失败 阅读(361) 评论(0) 推荐(0) 编辑
摘要:book := TXLSWorkbook.Create; try if book.Open(AFIleName) = -1 then begin raise Exception.Create('请检查导入的文件是否存在或Excel已经处于打开状态(如果已经打开,请尝试关闭文件再导入)'); end; ws := b... 阅读全文
posted @ 2018-02-25 09:39 不能失败 阅读(209) 评论(0) 推荐(0) 编辑
摘要:https://yktoo.com/en/software/dklang-traned Features Translation using a dictionary (so-called Translation Repository). Automatic tracking of source a 阅读全文
posted @ 2017-05-01 16:19 不能失败 阅读(288) 评论(0) 推荐(0) 编辑
摘要:teechart 安装流程如下: 1. 将生成的 LIB中的 选中文件copy到C:\Users\Public\Documents\RAD Studio\8.0\Dcp 图1 1. fastreport 需要选择下面三项,重新编译 这里的Path to TeeChart duc files: " D 阅读全文
posted @ 2017-04-22 14:16 不能失败 阅读(674) 评论(0) 推荐(0) 编辑
摘要:TOleControl(WebBrowser1).Visible := False 阅读全文
posted @ 2017-04-15 14:33 不能失败 阅读(199) 评论(0) 推荐(0) 编辑
摘要:function GetMd5(AValue : string) : string; var md5 : TIdHashMessageDigest5; bytes,byte1 : TBytes; begin md5 := TIdHashMessageDigest5.Create; try Result := LowerCase( ... 阅读全文
posted @ 2017-04-09 21:50 不能失败 阅读(417) 评论(0) 推荐(0) 编辑
摘要:Uses IniFiles; const SZ_APP_NAME = 'demo_test'; Procedure TForm1.GetSettings; var _MemIniU: TMemIniFile; _SettingsPath: string; begin try _SettingsPath := GetHomePath + PathDelim + SZ_A... 阅读全文
posted @ 2017-03-24 14:59 不能失败 阅读(690) 评论(0) 推荐(0) 编辑
摘要:// 下面这个主要是对查询出来的数据, 经过筛选后得到的数据中进行反选操作 ,然后对选择的数据进行修改(全选或选择一部分也可以根据些代码修改) Screen.Cursor := crHourGlass; cxGrid2DBTableView1.DataController.GotoFirst; for i := 0 to cxgrid2DBTableView1.DataController.... 阅读全文
posted @ 2016-12-29 15:37 不能失败 阅读(965) 评论(0) 推荐(0) 编辑
摘要:procedure TfrmUserV3.ImportUser(const AFileName: string); var book :IXLSWorkBook; ws : IXLSWorkSheet; i,j : Integer; v : Variant; obj : T_LoginUser; objList : T_LoginUserInf; sCode,sN... 阅读全文
posted @ 2016-12-01 17:58 不能失败 阅读(512) 评论(0) 推荐(0) 编辑
摘要:(* * Super Object Toolkit * * Usage allowed under the restrictions of the Lesser GNU General Public License * or alternatively... 阅读全文
posted @ 2016-01-01 16:05 不能失败 阅读(763) 评论(0) 推荐(0) 编辑
摘要:http://yktoo.com/en/software/dklangTraned http://sourceforge.net/projects/dklang/ 阅读全文
posted @ 2015-10-31 09:39 不能失败 阅读(273) 评论(0) 推荐(0) 编辑
摘要:Properties.EchoMode:='eemPassword' 阅读全文
posted @ 2015-09-09 00:00 不能失败 阅读(267) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-09-08 16:22 不能失败 阅读(1) 评论(0) 推荐(0) 编辑
摘要:var AIndex: integer; AValue: variant;begin with cxGrid1DBTableView1.DataController.Summary do begin AIndex := DefaultGroupSummaryItems.Inde... 阅读全文
posted @ 2015-07-15 14:33 不能失败 阅读(818) 评论(0) 推荐(0) 编辑
摘要:constructor TWSDLLookup.Create;begin FLookup := TDictionary.Create;end;destructor TWSDLLookup.Destroy;begin ClearWSDLLookup; //问题在这里 inherited;end... 阅读全文
posted @ 2015-06-08 17:46 不能失败 阅读(211) 评论(0) 推荐(0) 编辑
摘要:http://qc.embarcadero.com/wc/qcmain.aspx?d=61255 阅读全文
posted @ 2015-03-19 18:52 不能失败 阅读(173) 评论(0) 推荐(0) 编辑
摘要:unit Iso8601Unit;interfacetype TIso8601 = class(TObject) public class function DateTimeFromIso8601(const Value: string): TDateTime; static; cl... 阅读全文
posted @ 2015-02-15 16:06 不能失败 阅读(1752) 评论(0) 推荐(0) 编辑
摘要:uniquery 配合 mssql 自带存储过程实现分页 阅读全文
posted @ 2015-02-03 12:36 不能失败 阅读(442) 评论(0) 推荐(0) 编辑
摘要:ics OverbyteIcsHttpProt 阅读全文
posted @ 2015-01-02 16:43 不能失败 阅读(403) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示