TdxServerModeDataController.DataSource Property
In This Article
Specifies a server mode data source which is linked to a dataset to be bound to the grid control.
#Declaration
Delphi
property DataSource: TdxServerModeCustomDataSource read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to specify the data source component from which data is retrieved by the data controller in order to display within the grid control.
Note
To improve performance when accessing data via a Fire
See Also