[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The styles of a combobox.
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. |
); |
lazarus-ccr.sourceforge.net |