论坛


2009年11月30日 星期一

D2010 RTTI + Attribute 简单实现ORM

TinTinSoft| 碧水航工作室-delphi |23:34:00

      还记得David I今年四月来盛大时,被问及“反射机制能再做得好一点吗?我们想放弃RTTI”,David I回答“这的确是需要考虑的地方,当然RTTI我们不会放弃的”。(这个白胡子的老哥哥还真很可爱,当年Borland几经起...

页面自动关闭代码(无提示无需使用按钮点击关闭)

扬帆| 扬帆Blog - Delphi |17:23:57

<body onload='setTimeout("guanbi()",3000)'> <script>function guanbi(){    window.opener=null;    window.close();}</script></body>

Halcyon v6.98 Full Source D7-2010

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

Halcyon 6 is an xBase database engine written in Object Pascal for Delphi. It allows the programmer to update DBF files using dBase, Clipper, or FoxPro index (CDX, MDX, NDX, NTX) and memo (DBT and FPT) formats. Features: No external library requi...

How to Hide / Show the Main Menu of a Delphi Application

About.com| About.com Delphi Programming |02:00:35

in Delphi TIPS:: The TMainMenu Delphi component does not expose the Visible property to let you show or hide the menu for a form programmatically, does it? It does not, but there is a way to hide the main menu for a Delphi form at run time. Here's...