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