-
[转]Delphi InterlockedIncrement/InterlockedDecrement
2016-7-13 Delphi用于增减变量的并不是常用的Inc/Dec过程,而是用了InterlockedIncrement/InterlockedDecrement这一对过程,它们实现的功能完全一样,都是对变量加一或减一。但它们有一个最大的区别,那就是InterlockedIncrement/Interlo... -
[转]Delphi中释放父控件里的所有子控件
2016-4-9 Delphiprocedure TFrmMain.ClearControls(AParent: TWinControl); var i: Integer; begin for i := AParent.ControlCount - 1 downto 0 do begin ... -
[转]Unicode 检查字符串是否含中文字
2016-3-8 Delphi// 字串含中文 by Aone function IsIncludeChinese(Str: String): Boolean; var i: Integer; UCS4Str: UCS4String; begin  ... -
DateUtils所有时间函数
2016-2-5 Delphiunit DateUtils; interface uses SysUtils, Math, Types; // 把完整时间分解成日期和时间两部分 function DateOf(const AValue: TDateTime): TDateTime; ... -
[转载]调用ExitWindows 关闭系统
2016-1-1 Delphitype TShutdownAction = (saLogoff, saReboot, saPoweroff); function Shutdown(Action: TShutdownAction; AForce: Boolean): Boolean; &... -
Delphi 10静悄悄地来了。
2015-9-1 DelphiDelphi XE UP1 还没有预热,RAD Studio 10 Seattle又来了,快得就像玩版本号变化一样。 ISO光盘镜像网盘下载地址(请各位下载后检查MD5) 版本:23.0.20618.2753 大小: 7,717,953,536 ... -
【转】delphi经典大写数字转换函数
2015-8-10 DelphiFunction MoneyConvert(mmje:real): string; const s1: string = '零壹贰叁肆伍陆柒捌玖'; s2: string = '分角元拾佰仟万拾佰仟亿拾佰仟万'; Function StrTran(const ... -
Android SDK开发包国内下载地址
2015-8-6 AndroidGoogle被和谐了,连Android SDK下载也麻烦了,想升级SDK怎么办?直接到这里就可以一次性满足你。下载地址:http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-downlo... -
win10终于RTM了,今天特自安装了一遍。
2015-7-24玩了一个小时,感觉还不错,界面有不少变化,值得拥有。