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 edit control set
Button
.
Visible
to True.
See also
Button
structure.