Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRTable.InMemory
TACRTable
Top 

Indicates if a table is stored in memory.

property InMemory: Boolean;

Description
Indicates whether the current table is stored in memory.
Set this property to True when you want to create a new table or open an existing database table in memory.
Setting InMemory to False will not write the current table data to disk if it is existing database table opened in memory. You can call SaveTableToFile method to save the data of an in-memory table.



© AidAim Software Accuracer: