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

TCustomComboBox.AutoDropDown

Makes the drop-down list appear as soon as the user starts entering text.

Declaration

Source position: stdctrls.pp line 379

public property TCustomComboBox.AutoDropDown: Boolean
  read FAutoDropDown
  write FAutoDropDown
  default false;

Description

If False, the drop-down list only appears when the down button to the right of the edit box is clicked.