mrucombobox OnSubmit event
Return to Introduction  Previous page  Next page
Applies to
acMRUComboBox component.  

Declaration
type  
  TacMRUComboBoxSubmitEvent = procedure(Sender: TObject; var Text: Stringvar SaveToMRU: Boolean) of object;  
 
property OnSubmit: TacMRUComboBoxSubmitEvent;  

Description
The OnSubmit event occurs when user press the Enter key when the combo box is focused, OR if user clicks the control specified in SubmitButton property.  

See also
SubmitButton property.