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

ReadXMLFile

Reads the content of an XML file into the specified XML document.

Declaration

Source position: laz_xmlread.pas line 27

procedure ReadXMLFile(

  out ADoc: TXMLDocument;

  const AFilename: string

); overload;

procedure ReadXMLFile(

  out ADoc: TXMLDocument;

  var f: file

); overload;

procedure ReadXMLFile(

  out ADoc: TXMLDocument;

  f: TStream

); overload;

procedure ReadXMLFile(

  out ADoc: TXMLDocument;

  f: TStream;

  const AFilename: string

); overload;

Arguments

ADoc

  

XML document populated in the routine.

AFilename

  

File name with the XML content read in the routine.

Arguments

ADoc

  

XML document populated in the routine.

f

  

Stream with the XML content read in the routine.

Arguments

ADoc

  

XML document populated in the routine.

f

  

Stream with the XML content read in the routine.

Arguments

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