[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#lazutils)

TXMLConfig.ReadFlags

TXMLReaderFlags for the XML configuration file.

Declaration

Source position: laz2_xmlcfg.pas line 154

published property TXMLConfig.ReadFlags : TXMLReaderFlags
  read FReadFlags
  write FReadFlags;

Description

ReadFlags is a TXMLReaderFlags property which represents the options enabled when reading the XML content for the configuration file. Values in ReadFlags are passed as an argument in ReadFromStream and ReadXMLFile to routines used to read the XML content.

The set in ReadFlags is initialized in the Create constructor to the following enumeration values:

See TXMLReaderFlags for a description of enumeration values and their meanings.

See also

TXMLReaderFlags

TXMLConfig.ReadFromStream

  

Reads the XML content in Document from the specified stream instance.

TXMLConfig.ReadXMLFile

  

Reads the XML content from the specified file into a TXMLDocument instance.

TXMLConfig.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home