[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

  Classes,

  sysutils,

  XMLConf,

  DOM,

  XMLRead,

  XMLWrite,

  Forms,

  

Implements Forms, which are the basis for the LCL Graphical User Interface.

  LazConfigStorage,

  LazUTF8,

  LazLoggerBase;

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 to the file specified in TXMLPropStorage.FileName.


Version 3.2 Generated 2024-02-25 Home