论坛


2013年9月26日 星期四

PATH Edit 2.0

Embarcadero| CodeCentral Delphi Submissions |13:06:30

Multiline editor for PATH environment variable.

CadoDraw Vector Graphics UI Engine

Embarcadero| CodeCentral Delphi Submissions |09:11:56

With CadoDraw you can: - display, store, load and print object-based vector graphics.- enable the user of your program to edit vector graphics via mouse handling.- develop drawing programs where the user can build, display, store, load and print o...

关于DelphiXE5如何获取Android手机SIM卡串号

武稀松| 武稀松的博客 |03:33:23

手机号不是存在SIM卡上的,SIM卡只有一个串号.在运营商的服务器上有手机号和序号对应的一张表.所以你SIM卡办理遗失,运营商只要把新SIM卡的串号和你原来的手机号绑定即可.获取手机号的唯一办法是收个短信,短信里面有你的手机号码.所以很多程序为了获取手机号会要求你注...

Delphi新语法和ifthen的扩展联想.

武稀松| 武稀松的博客 |03:01:44

看看Delphi重载了多少个ifthen函数.Math单元function IfThen(AValue: Boolean; const ATrue: Integer; const AFalse: Integer = 0): Integer; overload; inline;function IfThen(AValue: Boolean; const ATrue: Int64; const AFalse: Int64 = 0): Int64; overload; i...

Video: DeviceInfo on Android with Delphi XE5

Embarcadero| EDN Delphi Feed |01:00:00