[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The styles of a combobox.
Source position: stdctrls.pp line 250
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. |
csOwnerDrawEditableFixed, |
||
csOwnerDrawEditableVariable |
||
); |
lazarus-ccr.sourceforge.net |