RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.TableLevel Property

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

Pascal
property TableLevel: Integer;
C++
__property int TableLevel;

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. 

For more information about BDE driver table level specification, see the online BDE help file, BDE32.HLP. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!