摘要: 1 inherited Frm010515: TFrm010515 2 Left = 368 3 Top = 110 4 Width = 1238 5 Height = 687 6 Caption = '北京单场胜负' 7 PixelsPerInch = 96... 阅读全文
posted @ 2015-04-13 15:08 海蓝7 阅读(383) 评论(0) 推荐(0)
摘要: {*******************************************************}{ }{ Delphi公用函数单元 ... 阅读全文
posted @ 2015-04-13 14:48 海蓝7 阅读(312) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/honglixx/article/details/3624934 1、override overload reintroduce的中文叫法是什么? override:覆盖;overload:重载;Reintroduce:重定义 2、在子类中overrid... 阅读全文
posted @ 2015-04-13 14:45 海蓝7 阅读(347) 评论(0) 推荐(0)
摘要: 方法一: 要加单元 PsAPIprocedure TForm1.tmr1Timer(Sender: TObject);begin edt1.Text:= format('memory use: %d KB', [GetProcessMemUse(GetCurrentProcessId)]);//方法... 阅读全文
posted @ 2015-04-13 14:44 海蓝7 阅读(231) 评论(0) 推荐(0)
摘要: 1 unit ThdBDSFMatch; 2 3 interface 4 5 uses 6 Classes,MyAccess,SysUtils,DateUtils, IdHTTP,StrUtils,IniFiles; 7 8 type 9 TBDSFMatchThd... 阅读全文
posted @ 2015-04-13 14:28 海蓝7 阅读(236) 评论(0) 推荐(0)
摘要: //用到不常见的TWin32FindData结构,判断文件的生成日期/创建日期等;Windows.FindFirstFile(PChar(sFileName), ffd); //根据文件名查找文件Windows.FindClose(sHandle);FileTimeToLocalFileTime(... 阅读全文
posted @ 2015-04-13 14:18 海蓝7 阅读(173) 评论(0) 推荐(0)
摘要: //用到THttpCli控件{******************************************************************************* Copyright (C), 2011-2015, File name: UAddLogThread.p... 阅读全文
posted @ 2015-04-13 11:27 海蓝7 阅读(147) 评论(0) 推荐(0)