[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TComboBoxAutoCompleteText - Set of TComboBoxAutoCompleteTextOption
Source position: stdctrls.pp line 241
type TComboBoxAutoCompleteText = set of ( |
||
cbactEnabled, |
|
|
cbactEndOfLineComplete, |
|
|
cbactRetainPrefixCase, |
|
|
cbactSearchCaseSensitive, |
|
|
cbactSearchAscending |
|
|
); |
|
TComboBoxAutoCompleteTextOption - Enumerated type that defines the behavior of the AutoComplete feature in a combobox control. |
lazarus-ccr.sourceforge.net |