论坛


2008年10月2日 星期四

DBGrid:选择行颜色

幸福苹果| 幸福苹果-delphi |17:28:00

procedure TFmain.DBGrid1DrawColumnCell(Sender: TObject; const Rect: TRect;DataCol: Integer; Column: TColumn; State: TGridDrawState);begin{DBGrid非选择行颜色字体}DBGrid1.Canvas.Brush.Color := clBlue;DBGrid1.Canvas.Font.Color := clWhite;DBGrid1.Defa...

DBGrid:文字颜色,字体颜色

幸福苹果| 幸福苹果-delphi |17:27:00

示例1(字段值等于某个值):procedure TFmain.DBGrid1DrawColumnCell(Sender: TObject; const Rect: TRect;DataCol: Integer; Column: TColumn; State: TGridDrawState);begin      if   (DataSource1.DataSet.FieldByName('ID')...

DBGrid鼠标单击选择一整行

幸福苹果| 幸福苹果-delphi |17:11:00

设置如下属性:DBGrid1.Options.dgEditing=True类别:delphi编程 查看评论

获取DBGrid选择列值

幸福苹果| 幸福苹果-delphi |15:59:00

遍历DBGrid,取如下值:DBGrid.SelectedField.FieldName就是当前字段的字段名.DBGrid.SelectedField.DisplayLabel就是当前字段的标题.DBGrid.SelectedField.DisplayText就是当前选择的单元格的内容.类别:delphi编程 查看评论

MECSUtils ver1.07

CodeGear| CodeGear-CodeCentral Delphi |05:49:02

MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...

Sending Messages to Non-Windowed applications from Delphi

About.com| About.com Delphi Programming |03:00:44

Advanced Delphi :: Learn how to send messages (signals) to non-windowed applications by using AllocateHWND and DefWindowProc. In this article we also briefly describe what Delphi does in the background...

DDevExtensions 1.9.1 for Delphi/C++Builder 2009

CodeGear| CodeGear-CodeCentral Delphi |01:31:12

Some Features:* Adds a dialog to set the VersionInfo for multiple projects in a projectgroup* Adds a backup system that creates backups of unsaved files when you compile or execute a project.* Adds an improved View Units, View Forms and Use Units ...

2008年10月1日 星期三

Delphi and C++Builder 2009 European Tour

Pawel Glowacki| Pawel Glowacki |16:57:53

Delphi 2009 and C++Builder 2009 is a very solid release. So is the newest "Death Magnetic" album from Metallica. I’m sitting right now on the plane to Lisbon and feel a little bit like a musician on the tour. Different cities every week. The...

NaiveXML 2.38 官方最新版本.

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

源码我已上传到ftp上,由站长整理后发布。

Memoize implementation for Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |14:42:34

Memoization is a generic solution to the problem of caching function results. The function Memoize accepts a function as an argument and returns a function which does exactly the same thing, except that it caches the results.

Random Thoughts on the Passing Scene #87

Nick Hodges| Nick Hodges |13:32:03

The Delphi 2009 Reviewers Guide is now online. If you are having trouble accessing the newsgroups, do make sure you are pointing your newsreader to forums.codegear.com A lot of you Delphi guys use Interbase, and the Interbase 2009 team has relea...

Digital Camera Image Retrieval Software

delphi3000| delphi3000.com |12:00:00

Undelete hanndycam pictures recovery software restore missing jpg, jpeg, mpeg, gif, bmp, midi, tiff and riff images from digital camera. Digital camera image recovery services retrieves deleted video clips and still photographs from SD memory card...

MSDN Library for Visual Studio 2008 SP1 中文版官方下载地址

Admin| 二十年前旧板桥 |02:49:04

Visual Studio 2008 SP1已经出了很久了,到现在才有MSDN Library for VS SP1中文版,需要的朋友就赶快下吧,文件大小为2408.5 MB。MSDN Library 提供了一些基础编程信息,包括开发 Web 服务和应用程序所需的技术参考文档、白皮书、软件开发工具包和代码示例。MS...

GNU Gettext for Borland Delphi, C++ Builder and Kylix

minyoad| minyoad的技术坛子-delphi |01:09:57

使Delphi支持多语言的一种途径 使用方法: http://dybdahl.dk/dxgettext/docs/howto.php Tools GNU gettext for Delphi and C++ Builder toolkit: dxgettext-1.2.2.exe GNU gettext for Kylix toolkit: dxgettext-1.1.1.tar.gz poedit to edit translatio....

2008年9月30日 星期二

Delphi 2009 Development Essentials and DataSnap Training

Bob Swart| Dr.Bob’s Delphi Notes |23:41:35

The first of my Delphi 2009 training days will be organised in Helmond Brandevoort in October starting with a Delphi 2009 Development Essentials on October 24th, followed by Delphi 2009 Database and DataSnap Development on October 31st. The train...

« 上一页

下一页 »