[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set of TComboBoxAutoCompleteTextOption.
Source position: stdctrls.pp line 241
type TComboBoxAutoCompleteText = set of ( |
||
cbactEnabled, |
|
Enable Auto-Completion feature. |
cbactEndOfLineComplete, |
|
Perform Auto-Complete only when cursor is at the end of the string. |
cbactRetainPrefixCase, |
|
Retains the case of characters user has typed. This option has no effect if cbactEndOfLineComplete is not set. |
cbactSearchCaseSensitive, |
|
Search completion string with case sensitivity. |
cbactSearchAscending |
|
Search completion strings in ascending order, if set. Otherwise search in descending order. |
); |
lazarus-ccr.sourceforge.net |