JVCL Help:TJvAppIniFileStorage

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComponent
TJvCustomAppStorage
TJvCustomAppMemoryFileStorage
TJvCustomAppIniStorage
TJvAppIniFileStorage
run\JvAppIniStorage.pas


Summary

INI file based application data storage.

run\JvAppIniStorage.pas


Pascal

 run\JvAppIniStorage.pas
 TJvAppIniFileStorage = class(TJvCustomAppIniStorage);


Description

  1. 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.

run\JvAppIniStorage.pas


About

Navigation

run\JvAppIniStorage.pas



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