Unit 'IniPropStorage' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

Reference for unit 'IniPropStorage'

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

uses

  System,

  Classes,

  sysutils,

  IniFiles,

  LazUTF8,

  Forms;

  

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

Overview

In this unit you can find an implementation of a name/value pair storage container in INI 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 in TIniPropStorage.IniFileName.

inipropstorage.pas is part of the Lazarus Component Library (LCL).


Version 4.4 Generated 2025-11-08 Home