[Overview][Constants][Procedures and functions][Index] Reference for unit 'Laz_XMLWrite' (#lazutils)

WriteXML

Writes a DOM Node to a file, text file, or stream.

Declaration

Source position: laz_xmlwrite.pas line 28

procedure WriteXML(

  Element: TDOMNode;

  const AFileName: string

); overload;

procedure WriteXML(

  Element: TDOMNode;

  var AFile: Text

); overload;

procedure WriteXML(

  Element: TDOMNode;

  AStream: TStream

); overload;

Arguments

Element

  

DOM Node with the XML content written in the method.

AFileName

  

File name where the XML content is stored.

Arguments

Element

  

DOM Node with the XML content written in the method.

Arguments

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