论坛


2014年1月14日 星期二

Delphi循环移位操作

武稀松| 武稀松的博客 |06:34:10

如果在X86计算机上很简单,直接内嵌汇编ror和rol指令就是循环移位.但是如果在Android的平台上,asm关键字是无效的.只能自己实现.function ror(const Value: DWORD; ShiftValue: Byte): DWORD; overload;begin Result := (Value shl (8 * SizeOf(Value) - ShiftValue))...

2014年1月13日 星期一

Delphi in South African High Schools

David I| Sip from the Firehose |22:11:52

I received an email this morning from Mirko, a Delphi developer in South Africa. In his email he talked about the opportunities available for students and developers in his country.Glenn Wylie, our Sales Director for UK, Africa and Ireland, just r...

WDApp使用HTML5开发应用程序

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

WDApp = Webkit & DelphiThis Project is base on:DCef3(http://code.google.com/p/dcef3/)Cef wapper(https://code.google.com/p/chromiumembedded/)you can use HTML + javscript to develop native applcation.it is simple to add navtive method, and use cef s...

ImgBtn支持png三态按钮 for xe5

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

酷哥改造 ImgBtn支持png三态按钮 for xe5

RAD NewsFlash January 2014

David I| Sip from the Firehose |02:43:47

Each month Embarcadero sends out our "multi-device developer news" RAD NewsFlash containing information and links for upcoming webinars, online events, special offers, technical white papers and more. The following items appear in the January 2014...

2014年1月11日 星期六

电脑同步北京时间器CheckTime

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

电脑用久了,每次启动后,时间都要校正,这简单的事比较烦。尽管网上有这方面的软件,但都要手动,校正后不退出,占用系统资源,这就是开发本软件的背景。开发的关键技术:1.得到北京时间的网页;2.得到网页源码; 3.提出源页的时间;4.校正电脑时间;5.程序自动退出...

2014年1月10日 星期五

iOS devices (ARM) for inline assembler - C++Builder (bcciosarm)

David I| Sip from the Firehose |19:58:15

Tomohiro Takahashi, Embarcadero Japan’s Software Consultant and Evangelist, has written a blog post that shows you how to use inline assembler with C++Builder XE5 Update #2 on iOS devices. The blog post is written in Japanese but you can use...

BCS Database Browser

Embarcadero| CodeCentral Delphi Submissions |19:38:32

http://bcsjava.com/blg/wordpress/?p=933Please see the link above for additional information

BCS Memo Pro

Embarcadero| CodeCentral Delphi Submissions |18:49:08

http://bcsjava.com/blg/wordpress/?p=928Please see the above article for addition information.

BCS Master Detail Info

Embarcadero| CodeCentral Delphi Submissions |17:57:02

http://bcsjava.com/blg/wordpress/?p=920For additional inforamtion

升级 RemObjects DA 结构与实体生成器

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

此次升级主要增加多表生成方式 主要是用来辅助RemObjects DA 开发,快速的生成需要的结构体与实体单元,

Habari Client for ActiveMQ 3.7a1 - message broker client

Embarcadero| CodeCentral Delphi Submissions |02:39:21

Habari Client for ActiveMQ is a library for Delphi and Free Pascal which provides easy access to the Apache ActiveMQ open source message broker.Changes in version 3.7(a1)* New: Transaction support for message receipt acknowledgement* Fixed: Authen...

2014年1月9日 星期四

Android Bluetooth SPP / RS232 with Delphi XE5 YouTube video and examples

David I| Sip from the Firehose |19:44:22

I found this great Delphi XE5 Android Bluetooth YouTube video, by?Bj?rn Hansen, from back in September last year after the launch of Delphi XE5. it shows you how to use Delphi to create an Android app that uses Bluetooth to connect to a lighting c...

Fun with FireMonkey Gradients

Pawel Glowacki| Pawel Glowacki |18:28:46

Everybody loves colours. Great apps should use colours in clever and original ways. I have been recently spending a lot time using Delphi XE5 for designing screens for mobile apps and must admit that I really like the way how iOS 7 is using colour...

Fun with FireMonkey Gradients

Embarcadero| CodeCentral Delphi Submissions |11:37:40

This submission contains the source code for the "Fun with FireMonkey Gradients" blog post (http://blogs.embarcadero.com/pawelglowacki/2014/01/09/40150/).There are two Delphi XE5 FireMonkey Mobile projects there:- "Gradi...

« 上一页

下一页 »