TdxBarDBNavigator.DataSource Property
Specifies the TDataSource object which can be accessed by the current TdxBarDBNavigator.
Declaration
property DataSource: TDataSource read; write;
Property Value
Type |
---|
TDataSource |
Remarks
Use the DataSource property to connect the TdxBarDBNavigator to a dataset. Once set, the TdxBarDBNavigator buttons can operate directly with dataset records.
See Also