JVCL Help:TJvCustomAppIniStorage
JVCL Help: TJvCustomAppIniStorage Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvComponent
TJvCustomAppStorage
TJvCustomAppMemoryFileStorage
TJvCustomAppIniStorage
TJvAppIniFileStorage
run\JvAppIniStorage.pas
Summary
Abstract base class for application data storage in INI file format.
Pascal
run\JvAppIniStorage.pas
TJvCustomAppIniStorage = class(TJvCustomAppMemoryFileStorage);
Description
TJvAppIniStorage is the abstract base class for application storage in INI file format. The base class provides the abstract interface to handle data in an INI file format. It does not refer to an INI file but implements the TJvCustomAppStorage methods to use an INI file format using a couple of simplified access methods.
As a descendant of TJvCustomAppMemoryFileStorage, it provides the standard interface for storing data (such as settings, form positions and sizes, etc).
The component introduces 4 abstract methods to read, write, delete and find values using the Section/Key combination.
All the abstract access methods are implemented to convert from/to one of the 4 new methods.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page