OnButtonClick event
Applies to
acEdit
,
acNumberEdit
and
acTreeComboBox
components.
Declaration
property
OnButtonClick:
TNotifyEvent
;
Description
The OnButtonClick event occurs when user clicks the custom button at the right side of edit control.
To make the button appear on the edit control set
Button
.
Visible
to True, or to False if you'd like to hide the button.
See also
Button
structure.