Reads the content of an XML file into the specified XML document.
Source position: laz_xmlread.pas line 27
procedure ReadXMLFile( |
out ADoc: TXMLDocument; |
const AFilename: string |
); overload; |
out ADoc: TXMLDocument; |
var f: file |
); overload; |
out ADoc: TXMLDocument; |
f: TStream |
); overload; |
out ADoc: TXMLDocument; |
f: TStream; |
const AFilename: string |
); overload; |
ADoc |
|
XML document populated in the routine. |
AFilename |
|
File name with the XML content read in the routine. |
ADoc |
|
XML document populated in the routine. |
f |
|
Stream with the XML content read in the routine. |
ADoc |
|
XML document populated in the routine. |
f |
|
Stream with the XML content read in the routine. |
ADoc |
|
XML document populated in the routine. |
f |
|
Stream with the XML content read in the routine. |
AFilename |
|
File name with the XML content read in the routine. |
| Version 4.4 | Generated 2025-11-08 | Home |