[Overview][Classes][Procedures and functions][Index] |
TXMLWriteFlags for the XML configuration file.
Source position: laz2_xmlcfg.pas line 155
published property TXMLConfig.WriteFlags : TXMLWriterFlags |
WriteFlags is a TXMLWriteFlags property which represents the options enabled when writing the XML content for the configuration file. Values in WriteFlags are passed as an argument in WriteToSteam and WriteXMLFile to routines used to write the XML content.
The set in WriteFlags is initialized in the Create constructor to the following enumeration values:
See TXMLWriterFlags for a description of enumeration values and their meanings.
|
Constructor for the class instance. |
|
|
Writes the XML content for the configuration file to the specified stream instance. |
|
|
Writes XML configuration data in Document to the specified file name. |
|
Version 4.0 | Generated 2025-05-03 | Home |