TAutoCompleteSource Type
Specifies the source for CNClrLib.Control.ComboBox|TCnComboBox and CNClrLib.Control.TextBox|TCnTextBox automatic completion functionality.
Field | Description |
---|---|
acsFileSystem | Specifies the file system as the source. |
acsHistoryList | Includes the Uniform Resource Locators (URLs) in the history list. |
acsRecentlyUsedList | Includes the Uniform Resource Locators (URLs) in the list of those URLs most recently used. |
acsAllUrl | Specifies the equivalent of acsHistoryList and acsRecentlyUsedList as the source. |
acsAllSystemSources | Specifies the equivalent of acsFileSystem and acsAllUrl as the source. This is the default value when AutoCompleteMode has been set to a value other than the default. |
acsFileSystemDirectories | Specifies that only directory names and not file names will be automatically completed. |
acsCustomSource | Specifies strings from a built-in AutoCompleteStringCollection as the source. |
acsNone | Specifies that no AutoCompleteSource is currently in use. This is the default value of AutoCompleteSource. |
acsListItems | Specifies that the items of the TCnComboBox represent the source. |