TurboDB VCL Component Library

TTdbDatabase.FlushMode

TTdbDatabase        See also

Previous  Top  Next

Specifies the default flush mode for the tables of this database.

Delphi syntax:

property FlushMode: TTdbFlushMode;

C++ syntax:

__property TTdbFlushMode FlushMode = {read=FFlushMode, write=FFlushMode, nodefault};

Description

Set this property to define the flush mode for all tables of this database. The value tfmDefault on database level is identical to tfmFast.