[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 390

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.