Library Vcl NextSuite 6 NextDBGrid6 Reference Classes TNextDBGrid6 DataSource

DataSource

Identifies TDataSource with a link to TDataSet (table, query) containing data to be shown within the grid.

pas
property DataSource: TDataSource read FDataSource write SetDataSource;

After a data set linked to the DataSource is activated, data will be shown. In design-time, specific fields can be chosen.

Sign in