论坛


2009年9月29日 星期二

获得目录文件列表,计算文件的大小

扬帆| 扬帆Blog - Delphi |18:00:39

这个函数可以获得指定目录下所有的文件路径+名称,能够递归搜索:procedure FindAllFile(const Dir: string;List: TStringlist);var  hFindFile: THandle;  FindFileData: WIN32_FIND_DATA;  FullName,FName,s:string;begin  s:=IncludeTrailing...

RAD Studio 2010 - Delphi and C++Builder Complete Installer

CodeGear| CodeGear-CodeCentral Delphi |16:29:46

Use to install any edition of Delphi 2010 and/or C++Builder 2010English, French, German and JapaneseDuring the install process, you can choose to install Delphi, C++Builder or both.To install: - Click the download button to download the installer ...

TurboPower Update #1

Nick Hodges| Nick Hodges |11:30:04

Wow – I think that my TurboPower blog post has generated more comments than any has in a while.  The response has been gratifyingly positive.  There have been a couple of issues and questions raised, so I’ll make a few further points: ...

Free TcyComponents v2.3 (with patch for D2009 TDBgrid)

CodeGear| CodeGear-CodeCentral Delphi |09:55:42

Added TcySplitter: Advanced splitter that can be used for resize TCategoryPanels on a TCategoryPanelGroup. Just put a TcySplitter component aligned to bottom on each TCategoryPanel and set ResizeSide property to rmParent.There's a demo program wit...

TeeChart Standard 8.05 Update for RAD Studio 2009

CodeGear| CodeGear-CDN Delphi |06:35:26

Delphi IDE Tools and Plug-Ins Every Developer Should Use

About.com| About.com Delphi Programming |03:06:37

in Tools and Utilities :: Delphi IDE - Integrated Development Eenvironment provides all the tools you need to design, develop, test, debug, and deploy applications, allowing rapid prototyping and a...