edit OnButtonLeftMouseDown event
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit and acTreeComboBox components.  

Declaration
property OnButtonLeftMouseDown: TNotifyEvent;  

Description
The OnButtonLeftMouseDown event occurs when user presses the left mouse button over the button at the right side of edit control.  
 
tip To make the button appear on edit control — set Button.Visible to True.  

See also
Button structure.