[Overview][Constants][Procedures and functions][Index] |
Writes an XML document to a file, text file, or stream.
Source position: laz_xmlwrite.pas line 24
procedure WriteXMLFile( |
doc: TXMLDocument; |
const AFileName: string |
); overload; |
doc: TXMLDocument; |
var AFile: Text |
); overload; |
doc: TXMLDocument; |
AStream: TStream |
); overload; |
doc |
|
XML document written in the routine. |
AFileName |
|
File name where the XML content is stored. |
doc |
|
XML document written in the routine. |
AFile |
|
Text file type where the content is written. |
doc |
|
XML document written in the routine. |
AStream |
|
Stream where the XML document is stored. |
Version 4.0 | Generated 2025-05-03 | Home |