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

TComboBoxStyle

The styles of a combobox.

Declaration

Source position: stdctrls.pp line 246

type TComboBoxStyle = (

  csDropDown,

  

The box has a drop-down list.

  csSimple,

  

The box has a fixed size list.

  csDropDownList,

  

The box has a drop-down list, from which entries can be selected (manual text entry disabled).

  csOwnerDrawFixed,

  

The drop-down list elements are owner drawn and have a common fixed height.

  csOwnerDrawVariable

  

The drop-down list elements are owner drawn and have an individual height.

);

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