Bde.DBTables.TTable.TableName
Delphi
property TableName: TFileName read FTableName write SetTableName;
C++
__property System::Sysutils::TFileName TableName = {read=FTableName, write=SetTableName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TTable |
Description
Indicates the name of the database table that this component encapsulates.
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.