VTable Class: Cache Methods
VTable.Flush()
Declaration:
Flush()
Description:
This method flushes all unsaved information of the Table from the cache to the disk.
NOTE: It can be faster than VDataBase.Flush() because it affects data from only one Table.
Example:
Table.Flush()