pbAutoSearch - cDbCJGridPromptList
Determines if typing characters in the prompt list will invoke a popup search dialog
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoSearch
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoSearch to BooleanVariable |
| Write Access: | Set pbAutoSearch to BooleanVariable/Value |
Description
When pbAutoSearch is set to True, the default, typing a character in the list will invoke the prompt list's search dialog. You use this dialog to type in a search target. The user may type in text and jump to the first entry in the list starting with that text.
The search dialog can also be invoked by sending the Search message. This message is usually bound to a button in your selection list panel.