Skip to main content

TdxBarDBNavigator Class

Navigates data in a dataset and performs operations on data including events like insert and post via toolbar buttons.

Declaration

TdxBarDBNavigator = class(
    TComponent,
    IdxLocalizerListener
)

Remarks

The TdxBarDBNavigator is similar to the Delphi TDBNavigator object. 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 TdxBarManager can work with only one TdxBarDBNavigator object.

Inheritance

See Also