TdxServerModeDataSource.TableName Property
In This Article
Specifies the name of the target table or view.
#Declaration
Delphi
property TableName: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Setting this property is required before making the data source active.
You can call the PopulateTableNames method to obtain valid values for the TableName property.
See Also