07 2019 档案

摘要:uses Tlhelp32; //在工程中引入单元Tlhelp32 //使用函数前,请在工程的前面对函数进行声明,截图如下 ///Delphi结束指定进程函数function TForm1.EndProcess(ExeFileName:string):integer;const PROCESS_TE 阅读全文
posted @ 2019-07-30 15:09 绿水青山777
摘要:unit Tlhelp323; unit Tlhelp323; interface interface uses uses Windows,SysUtils,Tlhelp32; Windows,SysUtils,Tlhelp32; function KillTask(ExeFileName: str 阅读全文
posted @ 2019-07-30 15:08 绿水青山777
摘要:Application.UpdateFormatSettings := False; //保证格式运行中不变。//目前,这行,只支持 VCL。 with FormatSettings do begin ShortDateFormat := 'yyyy-mm-dd'; LongDateFormat : 阅读全文
posted @ 2019-07-29 19:31 绿水青山777
摘要:procedure MasterData1OnBeforePrint(Sender: TfrxComponent); begin MasterData1.Visible := (<FxDB."Counts">) > 0; end; 阅读全文
posted @ 2019-07-15 16:24 绿水青山777