论坛


2010年2月26日 星期五

ECShop快递单打印

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

主要解决ECShop后台订单的快递单批量打印问题 可以根据格式进行选择打印。。。。 参考了2ccc上其他网友的控件,并做了部分修改,特此放上来,大家一起学习!!! 这是2009年11月期间做的

How to Debug Delphi VCL Source Code (Set a Breakpoint in the VCL)

About.com| About.com Delphi Programming |03:00:56

inDelphi TIPS::One way to locating errors while designing your code is to use the integrated debuger. If you set a breakpoint on a line in your source code, the line that contains the breakpoint appears in the Code editor highlighted.What if you n...