TdxBarDBNavigator Class
In This Article
Navigates data in a dataset and performs operations on data including events like insert and post via toolbar buttons.
#Declaration
Delphi
TdxBarDBNavigator = class(
TComponent,
IdxLocalizerListener
)
#Remarks
The TdxBarDBNavigator
is similar to the Delphi TDBNavigator component. The button type, their location, and appearance aspects of the TdxBarDBNavigator
are determined by an application. In addition, you may create links between TdxBarManager items and a dataset’s state using specific conditions.
Note
The TdxTdx
component.
#Implements
#Inheritance
TObject
TPersistent
TComponent
TdxBarDBNavigator
See Also