JVCL Help:TJvMemoryData
JVCL Help: TJvMemoryData Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvMemoryData
run\JvMemoryDataset.pas
Summary
Allows developer to create and maintain a memory-driven database.
Pascal
run\JvMemoryDataset.pas
TJvMemoryData = class(TDataSet);
Description
- 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.
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