EPUB | CHM | PDF

TMySQLTable.Properties.TableName

Top Previous Next

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

Syntax:

property TableName: TFileName;

Description:

Use TableName to specify the name of the database table 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.