BY CRAIG CHAPMAN · PUBLISHED 2015-06-08 · UPDATED 2015-06-08 One of my customers recently asked the question “How can I force my application to run as Read More
posted @ 2017-04-07 21:20 findumars Views(549) Comments(0) Diggs(0)
type TProcessCpuUsage = record private FLastUsed, FLastTime: Int64; FCpuCount:Integer; public class function Create: TProcessCpuUsage; static; functio Read More
posted @ 2017-04-07 21:06 findumars Views(1726) Comments(0) Diggs(0)
function checkanystr(str: string; mytype: integer):Boolean;var myper: TPerlRegEx; areg: string;begin Result := False; if str = '' then Exit; myper := Read More
posted @ 2017-04-07 21:05 findumars Views(1256) Comments(0) Diggs(0)
Delphi 10.2 非官方补丁合集http://blog.qdac.cc/?p=4485 FMXObject和TFORM的释放都变成异步了。虽然能保证是在主线程中释放,但是Windows部分的线程同步方法是依赖消息的,所以我在单元反初始化的时候释放一些对象,有时会触发异常。把Forms单元拷贝出 Read More
posted @ 2017-04-07 20:33 findumars Views(1849) Comments(0) Diggs(0)
With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to Delphi developers, to create Linux server applica Read More
posted @ 2017-04-07 20:30 findumars Views(502) Comments(0) Diggs(0)