TurboDB VCL Component Library

TTdbFlushMode

Previous  Top  Next

Indicates the kind of write buffering.

Delphi syntax:

TTdbFlushMode = (tfmDefault, tfmSecure, tfmFast);

C++ syntax:

enum TTdbFlushMode {tfmDefault, tfmSecure, tfmFast};

Description

These values are applied to TTdbDatabase.FlushMode and TTdbTable.FlushMode.