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:
- Handle a button collection’s OnButtonClick event.
- Inherit from
TcxDBNavigatorButtons
and override the DoButtonClick method.
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.
Inheritance
See Also