转换GMT秒数为日期时间格式-Delphi源码。收藏最近在写PE分析工具的时候,需要转换TimeDateStamp字段值为日期时间格式,这是Delphi的源码。 //把GMT时间的秒数转换成日期时间格式function GetGMTDateTime(Value:Int64):TDateTime;va Read More
posted @ 2017-03-06 21:42 findumars Views(1603) Comments(2) Diggs(0)
下列中左侧为缩写,右侧为组件名称。 Standard Tab mm TMainMenupm TPopupMenummi TMainMenuItempmi TPopupMenuItemlbl TLabeledt TEditmem TMemobtn TButtoncb TCheckBoxrb TRadi Read More
posted @ 2017-03-06 19:58 findumars Views(1513) Comments(0) Diggs(0)
原来可以用GetObjectProp来获取对象的属性,还有这用法,哈哈哈哈…… var SL: TStrings; UseDBTools: Boolean;begin SL := nil; if Memo is TMemo then SL := TMemo(Memo).Lines else if M Read More
posted @ 2017-03-06 15:50 findumars Views(786) Comments(0) Diggs(0)
点击 project->deployment 增加你的SQLite 文件 即可。记住 remotepath 选择assets\internal Read More
posted @ 2017-03-06 15:45 findumars Views(502) Comments(1) Diggs(0)
Resource可以是任意文件(图像、声音、office都可以),直接打包到编译的exe文件中,调用也非常方便 打开一个新的或已有的delphi工程 1.先在 Project->resources..添加一个图片,并更改名字为myfirst,类型为RT_RCDATA 2.在窗体上方一个image和b Read More
posted @ 2017-03-05 21:17 findumars Views(1069) Comments(0) Diggs(0)