TTableFormat type

Indicates the file format of a table file.

Unit
TdbTypes

type TTableFormat = (tffDBase, tffSDF, tffMyBase, tffTdb);

Description
Table FormatDescription     
tffDBasedBase III+ compatible file     
tffSdfSystem Data Format. This is a text file where the values are separated by a separator character and enclosed with quote characters.     
tffMyBaseXML file in MyBase format. This is the format the TClientDataSet uses to store its data locally. This format is supported for export only.     
tfTdbTurboDB database table file