随笔分类 -  delphiXE2

学习Delphi,支持Delphi。研究三层
摘要:原来自己是个一个菜鸟。 Delphi操作XMl,只要使用 NativeXml。我是用的版本是4.02。NativeXML的使用方法比较简单,但是功能很强大。XE2的话,要在simdesign.inc后面加上: // Delphi XE2 / 16 {$ifdef VER230} {$define D7UP} {$defineD10UP} {$define D15UP} {$endif}一、使用 1) Copy the NativeXml files from the NativeXml directory into your project folder. Copy additional .. 阅读全文
posted @ 2012-02-15 00:17 步履蹒跚 阅读(1463) 评论(0) 推荐(0)