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

TXMLConfig.WriteFlags

TXMLWriteFlags for the XML configuration file.

Declaration

Source position: laz2_xmlcfg.pas line 155

published property TXMLConfig.WriteFlags : TXMLWriterFlags
  read FWriteFlags
  write FWriteFlags;

Description

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.

See also

TXMLConfig.Create

  

Constructor for the class instance.

TXMLConfig.WriteToStream

  

Writes the XML content for the configuration file to the specified stream instance.

TXMLConfig.WriteXMLFile

  

Writes XML configuration data in Document to the specified file name.

TXMLWriterFlags


Version 4.0 Generated 2025-05-03 Home