[Overview][Classes][Procedures and functions][Index] Reference for unit 'XMLPropStorage' (#lcl)

Reference for unit 'XMLPropStorage'

Contains a component that stores Form Session Properties in XML format.

uses

  System,

  Classes,

  

  SysUtils,

  

  XMLConf,

  

This unit contains the implementation of a path/value pair generic container in XML format.

  DOM,

  

  XMLRead,

  

  XMLWrite,

  

  LCLProc,

  

Useful lower level helper functions and classes

  Forms,

  

Contains definitions and descriptions for constructing the Forms which are the basis of the Lazarus Graphical User Interface

  LazConfigStorage,

  

  LazUTF8,

  

  LazUTF8Classes;

  

Overview

In this unit you can find an implementation of a name/value pair storage container in XML format.

This container will get the Form's Session Properties that you setup in TForm.SessionProperties and read/write them on the file you specify on TXMLPropStorage.FileName.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.