readme_example4.txt

来自「此程序演示了利用xml控件(当然也可以不通过xml控件)」· 文本 代码 · 共 18 行

TXT
18
字号
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 + =
减小字号Ctrl + -
显示快捷键?