[Overview][Types][Classes][Procedures and functions][Index] |
Contains a component that stores Form Session Properties in INI format.
uses |
||
System, |
||
Classes, |
|
|
SysUtils, |
|
|
IniFiles, |
|
|
LazUtf8, |
|
|
|
Contains definitions and descriptions for constructing the Forms which are the basis of the Lazarus Graphical User Interface |
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 on TINIPropStorage.INIFileName.
lazarus-ccr.sourceforge.net |