TTMSFNCListBoxLookup Class
Settings that control keyboard-driven lookup (incremental search) in the list box.
API unit family: TMSFNCListBox
Inherits from: TPersistent
Syntax
TTMSFNCListBoxLookup = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoSelect | When True, the matched item is automatically selected after a lookup. |
| CaseSensitive | When True, keyboard lookup matches are case-sensitive. |
| Enabled | When True, keyboard characters typed by the user scroll to the first matching item. |
| Incremental | When True, each keystroke extends the search string incrementally; when False, only the first character is used. |