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

Reference for unit 'Laz2_XMLCfg'

Implements classes used to read and write configuration data files in XML format.

uses

  Classes,

  sysutils,

  TypInfo,

  LazFileCache,

  

Implements a caching mechanism for file and directory state information.

  Laz2_DOM,

  

Provides an implementation of DOM interfaces.

  Laz2_XMLRead,

  

Provides routines used to read XML content from a file, text file, or stream.

  Laz2_XMLWrite,

  

Provides routines used to write XML content to a file, text file, or stream.

  LazUtilities;

  

Contains miscellaneous utility routines and variables used in the Lazarus IDE and LCL.

Overview

laz2_xmlcfg.pas contains classes, type and routines used to read and write configuration data files in XML format.

It is copied from the FreePascal Free Component Library (FCL) and adapted to use UTF-8 strings instead of WideStrings.

laz2_xmlcfg.pas is part of the LazUtils package.

Related topics

TXMLConfig-PathSyntax

  

TXMLConfig Path Syntax.

TXMLConfig-Using

  

Using TXMLConfig.


Version 3.2 Generated 2024-02-25 Home