readme_example3.txt

来自「Delphi 中处理XML的类库」· 文本 代码 · 共 15 行

TXT
15
字号
This example shows how to convert XML data into a record structure.

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

The code reads in the XML file, finds a list of elements that must be turned
into a dynamic array, then reads each element in the array and converts the
XML structure into a "flat" record structure.

It shows how to use "AttributeByName", "ReadString" and "NodesByName".

The record structure is then listed in a listview.



⌨️ 快捷键说明

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