[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ComboBox Style - enumerated type for style of combobox
Source position: stdctrls.pp line 246
type TComboBoxStyle = ( |
||
csDropDown, |
|
|
csSimple, |
|
|
csDropDownList, |
|
|
csOwnerDrawFixed, |
|
|
csOwnerDrawVariable |
|
|
); |
ComboBox Style: may be Simple, a single-line Drop-Down or a Drop-Down list, or some version drawn by the Owner
lazarus-ccr.sourceforge.net |