mrucombobox SubmitButton property
Return to Introduction  Previous page  Next page
Applies to
acMRUComboBox components.  

Declaration
property SubmitButton: TControl;  

Description
The SubmitButton property used to point to some control (button), which should automatically trigger the OnSubmit event of combo-box when user clicks it.  
 
This is just optional property, just specify the SubmitButton control and the combo box will automatically save the typed string to the MRU history list when user clicks that button.  

See also
OnSubmit event.