XIParseXMLToNode function

Unit: XIParser

Declaration:

procedure XIParseXMLToNode(aXML: IXmlNode; const aNode: TxiBaseControlNode);

Parses the aXML XML node's children into the Children list of aNode. Usually you do not need to call this function directly as it is used by the more common XIParseXML function. But in some complex cases this function can be used in your ReadParams methods.

Note: see the IXmlNode interface reference in the SimpleXML help file.

 

The CHM file was converted to HTML by chm2web software.