BY CRAIG CHAPMAN · PUBLISHED 2015-07-02 · UPDATED 2015-07-02 Working at Embarcadero, I frequently hear from mobile developers attempting to connect th Read More
posted @ 2017-04-07 21:21 findumars Views(260) Comments(0) Diggs(0)
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(546) 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(1718) 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(1255) 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(1841) Comments(0) Diggs(0)