[Overview][Constants][Procedures and functions][Index] |
Writes a DOM Node to a file, text file, or stream.
Source position: laz_xmlwrite.pas line 28
procedure WriteXML( |
Element: TDOMNode; |
const AFileName: string |
); overload; |
Element: TDOMNode; |
var AFile: Text |
); overload; |
Element: TDOMNode; |
AStream: TStream |
); overload; |
Element |
|
DOM Node with the XML content written in the method. |
AFileName |
|
File name where the XML content is stored. |
Element |
|
DOM Node with the XML content written in the method. |
Element |
|
DOM Node with the XML content written in the method. |
AStream |
|
Stream where the XML document is stored. |
Version 4.0 | Generated 2025-05-03 | Home |