RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.TableName Property

Indicates the name of the database table that this component encapsulates.

Pascal
property TableName: TFileName;
C++
__property TFileName TableName;

Use TableName to specify the name of the database table this component encapsulates. To set TableName to a meaningful value, the DatabaseName property should already be set. If DatabaseName is set at design time, then select a valid table name from the TableName drop-down list in the Object Inspector.

Note: To set TableName, the Active property must be false.
 

Active 

DatabaseName 

TableType 

Creating and Deleting Tables 

Opening and Closing Datasets 

Using TTable 

Specifying the Data to Display using TSQLDataSet 

Using TSQLTable

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