RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.TableName Property

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

Pascal
property TableName: String;
C++
__property AnsiString TableName;

Use TableName to specify the name of the database relation this component encapsulates. To set TableName to a meaningful value, the Database property should already be set. If Database 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.
Tip: Setting TableName clears the FieldDefs property. Therefore, if you are using TIBTable to create a new table, set the value of TableName before you assign any field definitions.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!