JVCL Help:TJvAppXMLFileStorage

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomAppXMLStorage
TJvAppXMLFileStorage
run\JvAppXMLStorage.pas


Summary

Storage component based on a XML file.

run\JvAppXMLStorage.pas


Pascal

 run\JvAppXMLStorage.pas
 TJvAppXMLFileStorage = class(TJvCustomAppXMLStorage);


Description

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

run\JvAppXMLStorage.pas


About

Navigation

run\JvAppXMLStorage.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