2009年7月14日 星期二
VCL For Web 2009繁體中文問題解決方法
李维| IT : 是工作還是嗜好? |17:26:33
在追了IntraWeb團隊和Delphi團隊將近半年之後終於追出了解決方案,由於了IntraWeb團隊和Delphi團隊都忙於下一版Delphi的開發工作,因此為了讓他們能夠解決這個問題實在是因為徹底發揮了『追,纏,黏』的功夫。不多說了,如果有朋友在VCL For Web下有繁體中文的問題的...
Delphi 遍历文件夹及子文件夹 遍历目录及子目录
幸福苹果| 幸福苹果-delphi |17:09:00
http://hi.baidu.com/buckayro/blog/item/b543460816148ec73bc763d5.htmluses Masks;procedure GetFileListEx(FilePath, ExtMask: string; FileList: TStrings; SubDirectory: Boolean = True); //遍历目录及子目录function Match(FileName: string; MaskList: TStri...
Help Update #3 for Delphi 2009
Bob Swart| Dr.Bob’s Delphi Notes |14:35:03
The Help Update 3 for C++Builder 2009, Delphi 2009 and (the C++Builder and Delphi for Win32 parts of) RAD Studio 2009 is now available for download.
Random Thoughts on the Passing Scene #116
Nick Hodges| Nick Hodges |14:31:56
If you are thinking about what second Embarcadero product you might want to get with your Buy One Get One Free deal, you might consider Change Manager.  Change Manager is a powerful database management tool that lets you make changes on the f...
Free TcyComponents v2.22 (with patch for D2009 TDBgrid)
CodeGear| CodeGear-CodeCentral Delphi |09:33:08
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.Very usefull package. Ther...
Delphi Tools - Icarus - Uses List Analyzer for Delphi
About.com| About.com Delphi Programming |06:15:21
in Delphi Tools :: Icarus parses Delphi source code and generates a Uses Report. This report will help you remove unneeded units from your uses lists. You will also...
Webinar this Thursday, 15:00 BST / 7am PDT, "Software + Database Archeology"
David I| Sip from the Firehose |00:04:23
If you couldn’t make it to one of my Europe tour stops (Moscow, Brussels, London)?where I presented the Sofware and Database Archeology process using Delphi 2009, come join my in a live Webinar this Thursday, July 16, at 7am PDT, 15:00 (BST)...
2009年7月13日 星期一
使用Perst微型数据库引擎
rarnu| 橙子的Delphi技术专区-delphi |21:59:00
Perst是一个嵌入式的微型数据库引擎,使用它可以方便的在移动平台下开发数据库类的应用程序。本文中采用Delphi.NET对Perst进行操作,为了直观起见,这个演示程序去掉了原始程序中复杂的数据逻辑操作,仅保留最简单的select首先,新建一个Delphi.NET的工程,然后添加P...
Remobjects SDK 6.0.39 复合类型(TROArray)的释放内存变化。
TinTinSoft| 碧水航工作室-Remobjects |19:13:00
前阵子,将 RO SDK 5.0.37升级到6.0.39版本,客户端 编译通过,但在运行时,释放 传入(Const声明) 参数 (TROArray)有指针异常错误,但传出(out声明)参数(TROArray)释放却没有问题。这很奇怪,之前版本的RO SDK是没有 TROArray 释放内存问题。再测试,将传入(Co...
Delphi遍历控件
幸福苹果| 幸福苹果-delphi |18:22:00
http://blog.csdn.net/liquanhai/archive/2008/04/17/2300552.aspx1.如何遍历一个panel中所有的控件?Var i: integer;begin for i:=0 to Panel1.ControlCount do begin &nbs...
如何使用SendMessage发送按键组合,例如:Ctrl+A
扬帆| 扬帆Blog - Delphi |17:58:21
var hwnd : Integer; begin hwnd := FindWindow('Notepad', nil); SetForegroundWindow(hwnd); ke...
Generic Solution to Freeing Objects in Delphi’s TStrings
About.com| About.com Delphi Programming |08:27:44
in Delphi TIPS :: Delphi TStrings object does not own the objects you add this way. Objects added to the TStrings object still exist even if the TStrings instance is...
2009年7月12日 星期日
3个极品ASM的演示(此帖纯属娱乐)
DELPHI盒子| Delphi盒子 |16:07:00
看到大家(15多GB的视频压缩到63K,此贴纯属娱乐)有兴趣,我也来发一个类似的精品,说实话,我看到时,我震惊了. ========= 注意:把图片下载下来后,改扩展名为.RAR,用RAR打开,有三个程序: prophecy《彗星撞地球》.exe kkino64.exe 3d.exe 每一个都只有64K,大家慢慢...
2009年7月11日 星期六
C to Pascal Converter 2.12.7.2009
CodeGear| CodeGear-CodeCentral Delphi |11:58:47
17/07/2009 - Update 2.12.7.2009C2Pas didn't run under Win 98SE, for some API function/s, static loading was used and failed under 98SE, now using dynamic loading, bug fixed.21/07/2009 - Update 2.1.7.2009 - this should be 21/06/2009Some minor bug f...
2009年7月10日 星期五
Oracle merge into ,需要注意的地方!
TinTinSoft| 碧水航工作室-delphi |18:27:00
merge into 是特有的功能,相当于在 MSSQL中的if exists(...) update tableelse Insert into table.merge into 语法不仅没有if exists语法啰嗦,而且比if exists 还要高效很多。我经常用来在oracle之间同步数据库表。语法如下:MERGEINTOt...





冀公网安备 13098202000212号