TcxNavigatorButton.Click Method
In This Article
Clicks the button.
#Declaration
Delphi
procedure Click;
#Remarks
This method calls the DoClick method if the button is accessible (i.e. its Enabled property is set to True).
See Also