JVCL Help:TJvCustomAppMemoryFileStorage

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
run\JvAppStorage.pas


Summary

Base class for all in memory file storage classes.

run\JvAppStorage.pas


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

run\JvAppStorage.pas


About

Navigation

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