|
|
|
| acMRUComboBox component.
|
| type
|
| TacMRUComboBoxSubmitEvent = procedure(Sender: TObject; var Text: String; var SaveToMRU: Boolean) of object;
|
|
|
| property OnSubmit: TacMRUComboBoxSubmitEvent;
|
| 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.
|
| SubmitButton property.
|