⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_example4.txt

📁 Delphi 中处理XML的类库
💻 TXT
字号:
Registered users only
=====================

This example does not use NativeXml, but uses NativeXmlAppend.pas.

With NativeXmlAppend.pas, you can add Xml nodes to the end of an Xml Document
that exists in a file on disk, WITHOUT having to read it in completely.

The code works by scanning backwards from the end of the file, and finding
a node to add data to.

It is taken from a "real-life" demo for one of our customers.

See Append.dpr for a demo.



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -