Bde.DBTables.TTable.TableLevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableLevel: Integer read GetTableLevel write FTableLevel;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

Specifies the Borland Database Engine (BDE) driver-dependent table level.

Use TableLevel when creating a table to specify that the table associated with this dataset requires a specific level of BDE driver. If TableLevel is 0, the default, this property is ignored.

See Also