JVCL Help:TJvCustomAppMemoryFileStorage
JVCL Help: TJvCustomAppMemoryFileStorage Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvComponent
TJvCustomAppStorage
TJvCustomAppMemoryFileStorage
TJvCustomAppIniStorage
run\JvAppStorage.pas
Summary
Base class for all in memory file storage classes.
Pascal
run\JvAppStorage.pas
TJvCustomAppMemoryFileStorage = class(TJvCustomAppStorage);
Description
Base class for all in memory file storage classes. All descendants implement a file storage, but all changes are left in memory until the Flush method is called. Flush is automatically called by the destructor, but you can override Flush to write the file on a support different from a disk, such as database record. Please note that in the derived class, if you use an object to represent the file in memory, this object MUST be freed AFTER the call to inherited in the destructor of your derived class or Flush would access a deleted 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