JVCL Help:TJvAppIniFileStorage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppIniFileStorage Class
[+] JvAppIniStorage.pas Classes
[+] TJvAppIniFileStorage Events
[+] TJvAppIniFileStorage Methods
[+] TJvAppIniFileStorage Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvComponent
TJvCustomAppStorage
TJvCustomAppMemoryFileStorage
TJvCustomAppIniStorage
TJvAppIniFileStorage
run\JvAppIniStorage.pas
Summary
INI file based application data storage.
Pascal
run\JvAppIniStorage.pas
TJvAppIniFileStorage = class(TJvCustomAppIniStorage);
Description
- JVCLInfo
TJvAppIniFileStorage is a data storage backend that stores the data in an INI file.
As a descendant of TJvCustomAppIniStorage it provides the standard interface for storing data (such as settings, form positions and sizes, etc) in an INI file format. This data will be stored in an actual file, represented in memory through the use of a TMemIniFile object.
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