论坛


2009年8月18日 星期二

完美修正TComboBox的问题

rarnu| 橙子的Delphi技术专区-delphi |20:44:00

上次给出的TComboBox的BackSpace解决方案只适用于runtime theme开启的情况下,而关闭runtime theme的情况却未考虑到。本文即给出了一个较为完美的解决方案,同时适用于runtime theme开启和关闭的情况。首先我们需要引入资源文件的读取单元,使用ResourceUtils内的PEF...

FastReport Enterpise V4.7.181 Full Source

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

fastreport enterpise 4.7.181 full source for delphi 4-13.

Ehlib系列文章之二:妙用TColunmnEh的OnGetCellParams事件

TinTinSoft| 碧水航工作室-delphi |15:58:00

Ehlib比DBGrid提供更多灵活的属性和事件,尤其是TColunmnEh的属性和事件。GetCellParams是TColunmnEh重要的事件之一,用好了这个事件,可以达到妙笔生花的境界。1、与数据集的UpdateStatus搭配,派生出一列的行状态标记,一目了然,非常适用缓存提交方式。procedure ...

Sneak Peek: Embarcadero Extends Upcoming Delphi 2010 Release with Support for Firebird SQL and Powerful DataSnap SQL Middleware

CodeGear| CodeGear-CDN Delphi |09:48:42

Static vs. Dynamic Dynamic Link Library Loading - a Comparison

About.com| About.com Delphi Programming |03:46:17

in DLLs and Delphi :: Before you can call routines defined in DLL, you must import them. Functions exported from a DLL can be imported in two ways: by declaring...