[Overview][Constants][Types][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |