论坛


2009年3月24日 星期二

ThemeEngine

CodeGear| CodeGear-CodeCentral Delphi |19:51:30

ThemeEngine is a library of components which allows to change <b>visual</b> appearance and behavior of your application with use of the powerful set of tools including visual components, convenient designers, easy-to-u...

BlockEngine

CodeGear| CodeGear-CodeCentral Delphi |19:49:58

BlockEngine is a set of components for creating professional-looking vector graphics. BlockEngine can be used to create business diagrams, presentations, organization and workflow charts, software and process flowcharts, database structures and mu...

SkinEngine

CodeGear| CodeGear-CodeCentral Delphi |19:45:08

SkinEngine is a library of components which allows to change visual appearance and behavior of your application with use of the powerful skinning engine and a set of 2000+ ready skins.+ Very easy to use, SkinEngine automatically replace windows a...

FlashEngine

CodeGear| CodeGear-CodeCentral Delphi |19:39:32

FlashEngine is a set of components for Delphi and C++ Builder which add extra features to Macromedia Flash ActiveX - such as loading from stream, grab real 32-RGBA frames, real transparency playing. Real player transparency, with anti-aliasing. Wi...

DXScene

CodeGear| CodeGear-CodeCentral Delphi |19:34:40

DXScene is DirectX based 3D library for Delphi and C++ Builder.+ Hardware accelerated 3D graphics on Windows and Mac OS X+ WYSIWYG design-time designer and property editors+ Full 3D transformation - rotation, scale, translate+ A set of built-in sh...

VGScene

CodeGear| CodeGear-CodeCentral Delphi |19:27:38

VGScene is a suite of native Delphi/C++Builder/Lazarus components for develop rich applications for desktop like Adobe AIR or Microsoft WPF. + Cross-platform solution available on Microsoft Windows and Apple Mac OS X+ Alpha blending, gradient and ...

在Delphi中用拼音首字符序列来实现检索功能

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

在Delphi中用拼音首字符序列来实现检索功能http://hi.baidu.com/lingyin55/blog/item/9f460799cb34dc0c6e068cf9.html---- 在日常工作和生活中我们经常使用电子记事本查找个人通讯录信息,或在单位的应用阅读全文类别:delphi编程 查看评论

DELPHI获得系统当前时间日期和格式化时间(2008-09-24 11:23:34)

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

DELPHI获得系统当前时间日期和格式化时间(2008-09-24 11:23:34)http://blog.sina.com.cn/s/blog_491e726f0100afm5.htm阅读全文类别:delphi编程 查看评论

怎么向StringGrid控件里插入数据呢?

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

http://topic.csdn.net/t/20050518/17/4017243.html楼主gwly(给我留言) 2005-05-18 17:28:10 在 Delphi / 数据库相关 提问我从文本文件取出数据来,我想用网格的方式展示出来,我选择了 StringGrid控件,但我不知道怎么写语句向StringGrid插入数据呢?问题点数:...

如何向StringGrid添加一行数据

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

如何向StringGrid添加一行数据http://topic.csdn.net/t/20020529/09/761017.html楼主Gooder(Gooder) 2002-05-29 09:51:44 在 Delphi / VCL组件开发及应用 提问如何向StringGrid添加一行数据,使用Rows吗问题点数:0、回复次数:8Top阅读全文类别:delphi编程 ...

请教关于Stringgrid的用法!

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

请教关于Stringgrid的用法!阅读全文类别:delphi编程 查看评论

StringGrid行列的增加和删除

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

StringGrid行列的增加和删除http://hi.baidu.com/delphistu/blog/item/bcc6bac284cf58190ff47742.htmltype    TExCell = class(TStringGrid)阅读全文类别:delphi编程 查看评论

StringGrid行列的增加和删除

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

http://hi.baidu.com/yt_adu/blog/item/7eee9250d92f062243a75b6e.html2008-07-19 09:15StringGrid行列的增加和删除typeTExCell = class(TStringGrid)public阅读全文类别:delphi编程 查看评论

StringGrid删除特定的一行数据

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

StringGrid删除特定的一行数据(2007-01-16 18:45:04)http://blog.sina.com.cn/s/blog_4bf55b6f010008fx.html阅读全文类别:delphi编程 查看评论

StringGrid列的插入、删除、排序

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

http://www.xici.net/b40012/d3400705.htmProcedure GridRemoveColumn(StrGrid: TStringGrid; DelColumn: Integer); Var Column: Integer; begin  If DelColumn <= StrGrid.ColCount then  Begin   For Column := DelColumn To StrGrid.ColCount-1 do ?..