| Search Locate Previous Next | Contents |
Description
Used to select from a large list of names (in alphabetical order see the Search dialogue in Windows 3.1 help). You can click to select, or type in the leading letters to scroll the list quickly to the first name beginning with those letters.
Text should be a simple text vector (typically starts null).
Items is an alphabetic list (nested vector).
On pressing <Enter> with a partial entry, the combo completes it for you and selects it. A further <Enter> confirms this, and is passed on to the <OK> button to close the dialogue.
Class Property Table
| Name | Type | Default | Description |
| Hint | String | ||
| Style | ManyOf | ||
| Text | User | Text variable (text) | |
| Items | Runtime | Items List (should be alphabetic) | |
| Visible | Runtime | Boolean singleton | |
| Active | Runtime | Boolean singleton |