TAutoCompleteMode Type
Specifies the mode for the automatic completion feature used in the CNClrLib.Control.ComboBox|TCnComboBox and CNClrLib.Control.TextBox|TCnTextBox controls.
Field | Description |
---|---|
acmNone | Disables the automatic completion feature for the TCnComboBox and TCnTextBox controls. |
acmSuggest | Displays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings. |
acmAppend | Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters. |
acmSuggestAppend | Applies both Suggest and Append options. |