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