TTMSFNCEditLookupSettings Class
Configures the auto-complete lookup dropdown for an edit control.
API unit family: TMSFNCEdit
Inherits from: TPersistent
Syntax
TTMSFNCEditLookupSettings = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CaseSensitive | When True, the lookup filter is case-sensitive. |
| DisplayCount | Maximum number of items shown in the lookup dropdown. |
| DisplayList | List of display strings shown in the lookup dropdown. |
| Enabled | When True, the lookup dropdown is active. |
| Height | Preferred height of the lookup dropdown; 0 auto-sizes to the item count. |
| History | When True, previously entered values are included in the lookup list. |
| MinimumHeight | Minimum height in pixels the lookup dropdown may be sized to. |
| MinimumWidth | Minimum width in pixels the lookup dropdown may be sized to. |
| Multi | When True, multiple values separated by Separator can be entered. |
| NumChars | Minimum number of characters typed before the lookup dropdown appears. |
| Separator | Character used to delimit values when Multi is True. |
| UseValueList | When True, the selected value is taken from ValueList instead of DisplayList. |
| ValueList | List of underlying values corresponding to the display list entries. |
| Width | Preferred width of the lookup dropdown; 0 auto-sizes to the edit control. |