TurboDB VCL Component Library

TTdbTable.TableLevel

TTdbTable

Previous  Top  Next

Indicates the version of the database table files.

Delphi syntax:

property TableLevel: Integer;

C++ syntax:

__property int TableLevel = {read=FTableLevel, write=SetTableLevel, nodefault};

Description

Read TableLevel to determine the version of the database table file. Some features of the table depend on the TableLevel, e.g. DateTime fields are available only from TableLevel 3 on. When you create or alter a database table at run-time you must set the TableLevel to the value you need. A description for the table levels is found in "Table Levels".