JVCL Help:TJvMemoryData

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMemoryData
run\JvMemoryDataset.pas


Summary

Allows developer to create and maintain a memory-driven database.

run\JvMemoryDataset.pas


Pascal

 run\JvMemoryDataset.pas
 TJvMemoryData = class(TDataSet);


Description

  1. JVCLInfo

This object, derived from TDataSet, provides methods that allow for creation and maintenance of memory-based databases. This can be useful if you want to dri e data-driven components from memory rather than a disk-based database, say in the case of a client-server app where you wish to cache frequently used data at the client side.
You could then use a TJvMemoryData object to provide this data to data access controls for display and/or selection. Remember, however, that you would need to deliberately write information back to the server if you wish for it to be persistent.

run\JvMemoryDataset.pas


About

Navigation

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