TdxBarDBNavigator.DataSource Property
In This Article
Specifies the TDataSource object which can be accessed by the current TdxBarDBNavigator.
#Declaration
Delphi
property DataSource: TDataSource read; write;
#Property Value
Type |
---|
TData |
#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