论坛


2013年7月10日 星期三

You are invited to participate in the 2013 Annual Embarcadero Developer Survey

David I| Sip from the Firehose |22:34:16

As a software developer and user of RAD Studio, Delphi, and C++Builder?we cordially invite you to participate in the 2013 Annual Embarcadero?Developer Survey. This survey is a primary source of information we?use to make critical product and strat...

RTC客户端Post&Get演示

DELPHI盒子| Delphi盒子 |16:07:00

有不少朋友询问RTC的HTTPGET及HTTPPOST操作细节,夜里闲来无事,写个演示,方便接触RTC的朋友能直观的了解它的方法。PS:是否开启多线程模式,一般由您自己选择,建议开启。

delphi黑板支持轨迹回放

DELPHI盒子| Delphi盒子 |16:07:00

支持画笔,点擦除,框选擦除,轨迹回放procedure TForm1.PageImgMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer);var ii,jj:Integer; i,j:integer;begin //橡皮点擦 方式一 if G_move=1 then begin for ii:=X to X+30 d...

Graphix component source code available on Github

William Yang| Pocket Hero |03:47:28

They are now hosted on github, forks are welcome. https://github.com/dkstar88/graphixThe postGraphix component source code available on Githubappeared first onPocket Hero.

Open a file with the default program, Win/Mac

Embarcadero| CodeCentral Delphi Submissions |01:54:09

On Windows you can use ShellExec to open a File on Mac it requires the Open command run. TFileLauncher is an implementation of these methods for Windows and Mac.

Create iOS Apps that Work with Web Services and Multi-tier - Pawel Glowacki

Embarcadero| EDN Delphi Feed |01:00:00