RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLTable.TableName Property

Specifies the table on the database server represented by this component.

Pascal
property TableName: UnicodeString;
C++
__property UnicodeString TableName;

Set TableName to the name of a table on the database server. TSQLTable automatically generates an SQL query to fetch all of the records and all of the fields in that table.

Note: In the automatically generated SQL query, the ORDER BY clause is determined by the IndexName or IndexFieldNames property.
 

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