TdxServerModeDataSource.TableName Property
Specifies the name of the target table or view.
Declaration
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