论坛


2011年11月11日 星期五

My upcoming FireMonkey events, RAD Studio XE2 Update 2 and Hot Promotion!

Pawel Glowacki| Pawel Glowacki |12:12:39

My upcoming "FireMonkey in Action LIVE" and ‘RAD Studio XE2 World Tour" eventsI’m getting ready and sorting logistics for my upcoming RAD Studio XE2 and "FireMonkey in Action LIVE" events. Probably I have never traveled so much as in 2...

2011年11月10日 星期四

获取程序自身大小的函数

万一| 万一的 Delphi 博客 |14:44:00

function GetExeSize: Int64;var SearchRec: TSearchRec;begin Result := -1; if FindFirst(Application.ExeName, faAnyFile, SearchRec) = 0 then Result := SearchRec.Size;end;作者:万一发表于 2011-11-10 14:44原文链接评论: 0 查看评论 发表评论最新新?..

Hotfix 1 for C++Builder XE2, Delphi XE2 and RAD Studio XE2 is now available

Embarcadero| EDN Delphi Feed |10:54:17

Cindy components pack v4.41 Compil error fixed

Embarcadero| CodeCentral Delphi Submissions |07:40:16

Packages with more than 50 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText. TcyCommunicate and TcyCommRoomConnector allo...

Extract Links From a HTML Page Using Delphi - Get Href Attribute From The A Tags

About.com| About.com Delphi Programming |04:00:22

inDelphi and HTML:: A very nice feature of a Browser is to display link information, for example, in the status bar, when the mouse hovers over a link ...Read Full Post

Join me Thursday (tomorrow) for the TechXtend webinar - RAD XE2 in action

David I| Sip from the Firehose |01:36:16

I am taking part in a TechXtend webinar, "RAD Studio XE2 in Action" tomorrow, Thursday November 10 at 11am Pacific Time (2pm Eastern Time, 19:00 UTC). IN the webinar I will showcase Delphi 64-bit Windows programming and Windows/Mac application dev...

2011年11月9日 星期三

Delphi XE2 为 VCL 提供的 14 中样式

万一| 万一的 Delphi 博客 |19:59:00

在空白窗体上添加 ListBox1 等控件, 测试代码:uses IOUtils, Vcl.Styles, vcl.Themes;procedure TForm1.FormCreate(Sender: TObject);var dir, fileName, styleName: string;begin //VCL 的样式文件 *.vsf 在 X:\Program Files\Embarcadero\RAD Studio\9.0\Redist\...

看看 Delphi XE2 为 VCL 提供的 14 种样式

万一| 万一的 Delphi 博客 |19:59:00

其实提供了 13 个 vsf 样式文件, 还有默认的 Windows 样式, 共 14 种.在空白窗体上添加 ListBox1 等控件, 测试代码:uses IOUtils, Vcl.Styles, vcl.Themes;procedure TForm1.FormCreate(Sender: TObject);var dir, fileName, styleName: string;begin //VCL 的样式...

FireMonkey in Action LIVE! in Warsaw, Poland

Pawel Glowacki| Pawel Glowacki |18:04:24

I’m back from Poland from my home city - Warsaw - where I was showing yesterday "FireMonkey in Action LIVE!!!". After the serie of RAD Studio XE2 World Tour events in main cities in Poland, yesterday there was the first seminar that was focu...

RAD Studio XE2 World Tour: Istanbul (Turkey)

Pawel Glowacki| Pawel Glowacki |17:34:41

RAD Studio XE2 World Tour continues! Last week I have been demonstrating FireMonkey, Delphi and RAD Studio XE2 in Istanbul in Turkey. It was such a pleasure to meet enthusiastic developers with tons of questions.?In fact that was the second RAD St...

XE2 values of mrAll, mrNoToAll, mrYesToAll and mrClose

Bob Swart| Dr.Bob’s Delphi Notes |15:28:48

Delphi XE2 has introduced a DFM-breaking change in some (4) of the values of mrXXX constants that are used as ModalResult values for buttons and dialogs, among others.In this blog post I provide a workaround that can prevent some frustration and h...

AlphaControls 2010 v7.55

Embarcadero| CodeCentral Delphi Submissions |09:44:57

A package of standard and unique skinned VCL for UI design development using "AlphaSkins". AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. W...

AlphaControls Lite Edition v7.55

Embarcadero| CodeCentral Delphi Submissions |09:34:13

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005-XE and C++ Builder 6/2006-XE under Windows XP and newer. By using these components you can see the basic ideas behind Alp...

Cindy components pack v4.40

Embarcadero| CodeCentral Delphi Submissions |04:53:06

Packages with more than 50 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText. TcyCommunicate and TcyCommRoomConnector allo...

Embarcadero Webinar: Build Rich Business Applications with FireMonkey

Embarcadero| EDN Delphi Feed |02:33:15

« 上一页

下一页 »