Back to Devexpress

TdxServerModeDataSource.TableName Property

vcl-dxservermodedata-dot-tdxservermodedatasource.md

latest849 B
Original Source

TdxServerModeDataSource.TableName Property

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

TdxServerModeDataSource Class

TdxServerModeDataSource Members

dxServerModeData Unit