[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.DoAutoCompleteSelect

Selects an item in the control when auto-complete is enabled and activated by a key event.

Declaration

Source position: stdctrls.pp line 347

protected procedure TCustomComboBox.DoAutoCompleteSelect; virtual;

Description

Calls the Select method to signal the OnSelect event handler (when assigned). DoAutoCompleteSelect is called from the KeyUp method when auto-completion has enabled in the AutoCompleteText property, and an alphanumeric key is handled in the method.

See also

TCustomComboBox.AutoCompleteText

  

Options for the behavior of the Auto-Complete feature.

TCustomComboBox.KeyUp

  

Handles AutoComplete and AutoSelect for the control.

TCustomComboBox.OnSelect

  

Handler invoked when an item is selected.

TCustomComboBox.Select

  

Signals the OnSelect event handler when ItemIndex is changed.