EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyTable.InMemory
TEasyTable
Top 

Indicates if a table is stored in memory.

property InMemory: Boolean

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

Note: Make sure to delete the in-memory database table using the DeleteTable method after closing the table.




© AidAim Software EasyTable: Easytable Ben Delphi Database Single File Bde Replacemen