论坛


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...