Icon DataSet Property

property DataSet: TDataSet

Usage

Available In: Visual Client Applications

Specifies the dataset to bind the grid to. The default value is nil.

Information In order to actually show data from the dataset, the grid Columns must also have their DataColumn property set to valid dataset column names.
Image