treecombobox OnButtonClick event
Return to Introduction  Previous page  Next page
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.  
 
tip To make the button appear on edit control — set Button.Visible to True.  

See also
Button structure.