NativeXml Help
Content
|
Index
|
Reference
TXmlNodeCompareFunction
Unit: NativeXml
TXmlNodeCompareFunction =
function
(Node1, Node2:
TXmlNode
): integer;
Description
Pass a function of this kind to
TXmlNode.SortChildNodes
. The function should return -1 if Node1 < Node2, 0 if Node1 = Node2 and 1 if Node1 > Node2.