[Overview][Classes][Procedures and functions][Index] |
TXMLReaderFlags for the XML configuration file.
Source position: laz2_xmlcfg.pas line 154
published property TXMLConfig.ReadFlags : TXMLReaderFlags |
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.
|
Reads the XML content in Document from the specified stream instance. |
|
|
Reads the XML content from the specified file into a TXMLDocument instance. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |