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