TurboDB VCL Component Library

TTdbTable.TableName

TTdbTable

Previous  Top  Next

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

Delphi syntax:

property TableName: TFileName;

C++ syntax:

__property AnsiString TableName = {read=FTableName, write=SetTableName};

Description

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.

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