2009年6月14日 星期日
CCR Exif v0.9.6 - classes to read/write Exif metadata
CodeGear| CodeGear-CodeCentral Delphi |17:17:51
Features: 100% pure Delphi code — doesn’t use (say) LibExif or LibTiff, GDI+, or even Windows.pas; reads/writes both small- and big-endian data; surfaces both standard Exif and Windows Explorer tags; choice of two main classes, TExifDa...
Delphi Distiller v1.73
DELPHI盒子| Delphi盒子 |16:06:00
* Fixed a bug when pressing OK or "OK and Run" that made the saving very slow.
猜数字,学Delphi
DELPHI盒子| Delphi盒子 |16:06:00
很多人都玩过一个猜数字的游戏,也有的叫做宾果游戏,就是由程序给出一个四位数字,玩家来猜。猜中数字和位置以A表示,只猜中数字但是位置不对用B表示。初中时在同学的文曲星上这个宾果游戏和黑白棋几乎是标准配置,不过那个黑白棋在我被初级AI虐待无数次之后产生深?..
采用线程池机制下载文件
DELPHI盒子| Delphi盒子 |16:06:00
采用线程池的机制下载文件,其中可以扩展下载任务的算法,实现自己不同的下载大型文件的处理,比如分块下载,整体下载等,可供参考之用,有不足之处,请见谅。
Easy to use Delphi 2009 GDI+ 1.1 Library
CodeGear| CodeGear-CodeCentral Delphi |08:37:32
This library enables GDI+ functionality for Delphi 2009 and later. It differs from other Delphi GDI+ libraries in the following ways:-It is modeled more after the .NET System.Drawing namespace instead of the C++ GDI+ classes. As a result, this lib...
ESBPCS-Calcs for VCL v5.1
CodeGear| CodeGear-CodeCentral Delphi |00:00:34
ESBPCS-Calcs is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Calculators and Unit Conversion in Delphi and C++ Builder. This subset is ideal for people who just want the Calculators and/or Unit Co...
2009年6月13日 星期六
ESBPCS-Stats for VCL v5.1
CodeGear| CodeGear-CodeCentral Delphi |23:30:41
ESBPCS-Stats is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Statistical Analysis and Matrix/Vector Manipulation in Delphi and C++ Builder. This subset is ideal for people who just want the Stats ...
ESBPCS-Dates for VCL v5.1
CodeGear| CodeGear-CodeCentral Delphi |17:55:06
ESBPCS-Dates is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Calendars and Date/Time Manipulation in Delphi and C++ Builder. This subset is ideal for people who just want the Calendar and/or Date/...
经典的调用窗口函数:调用模态窗口
TinTinSoft| 碧水航工作室-delphi |13:53:00
模态窗口一般需要返回 窗口的ModalResult 属性,常见的解决方法要么每次调用窗口写啰嗦相同的代码,要么每个窗口设置一个方法。以下代码只需封装一次:function TSysInfo.ShowDialogForm(FormClass: TFormClass): Boolean;beginwith FormClass.Create(nil) dotry&nbs...
多线程下使用使用 UniDAC+MSSQL 需要注意的问题!
TinTinSoft| 碧水航工作室-delphi |13:11:00
ADO线程不安全,UniDAC 在使用MSSQL也是如此。其实这是微软COM问题,不怪Devart公司。一般解决方法是在线程开始启用 CoInitialize(nil),线程结束调用 CoUninitialize 。如果你使用多种数据库连接,比如三层中经常切换到MSSQL和Oracle,我们只需在判断 TUniConnecti...
ESBPCS for VCL v5.1 - Delphi 2007/C++ Builder 2007
CodeGear| CodeGear-CodeCentral Delphi |08:32:37
ESB Professional Computation Suite (ESBPCS) for VCL is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for CodeGear Delphi 2007, CodeGear C++ Builder 2007 and CodeGear RAD Studio 2007 (Win32 Personaliti...
ESBPCS for VCL v5.1 - Delphi 2009/C++ Builder 2009
CodeGear| CodeGear-CodeCentral Delphi |08:12:12
ESB Professional Computation Suite (ESBPCS) for VCL is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for CodeGear Delphi 2009 and CodeGear C++ Builder 2009 which are aimed at making "data ent...
ESBPCS for VCL v5.1
CodeGear| CodeGear-CodeCentral Delphi |07:59:09
SB Professional Computation Suite (ESBPCS) is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for Borland (CodeGear) Delphi 7, 2005/Win32, 2006/Win32, 2007 and 2009 and C++ Builder 2006, 2007 and 2009, ...
2009年6月12日 星期五
Store and Retrieve DBGrid’s Columns Order and Visibility in Delphi Database Applications
About.com| About.com Delphi Programming |02:00:00
TDBGrid Ideas :: In Delphi database applications, the TDBGrid component is commonly used to display (and optionally edit) the data displayed in the Grid. If you allow a user...
2009年6月11日 星期四
不修改forms.pas单元就可以去掉MDI窗口的滚动条
DELPHI盒子| Delphi盒子 |16:06:00
---无下载 关于如何去掉MDI主窗体的滚动条的方法,很多都是去修改forms.pas单元,可以达到这样的效果,但是发现一个问题,我的项目是用BPL模式开发的,这样的话去修改forms.pas单元就没有作用了,于是上网找了很久,发现有一部份代码可以在不修改pas的源码情况下去掉MDI主窗...





冀公网安备 13098202000212号