Bde.DBTables.TTable.TableName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TableName: TFileName read FTableName write SetTableName;

C++

__property System::Sysutils::TFileName TableName = {read=FTableName, write=SetTableName};

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.

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

See Also