📄 readme_example4.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 + -