Skip to main content

TcxDBNavigatorButtons Class

This class represents the collection of buttons used in database navigator controls.

Declaration

TcxDBNavigatorButtons = class(
    TcxCustomNavigatorButtons
)

Remarks

In contrast to non-db buttons, the TcxDBNavigatorButtons class works with the dataset. This class provides the default action functionality for processing dataset records.

You can modify the button behavior as required using any of the following methods:

To dynamically change the accessibility of buttons, override the GetButtonEnabled method or switch a button’s Enabled property.

For more information on how to customize button settings, refer to the TcxNavigatorButton and TcxNavigatorCustomButton class descriptions.

See Also