Bde.DBTables.TTable.TableLevel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TTable

Delphi

property TableLevel: Integer read GetTableLevel write FTableLevel;

C++

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

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