TdxBarCaptionButton.OnClick Event
In This Article
Fires after a toolbar title button has been clicked.
#Declaration
Delphi
property OnClick: TNotifyEvent read; write;
#Remarks
Implement the OnClick event handler to perform any action associated with the button.
See Also