Popup_Search_State - dbListDS
Determines if pressing a key will cause the search pop-up dialog to appear
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Popup_Search_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Popup_Search_State to IntegerVariable |
| Write Access: | Set Popup_Search_State to IntegerVariable/Value |
Description
When Popup_Search_State is True (default), pressing any key will cause the search pop-up dialog to appear. The user may type in text and jump to the first entry starting with that text in the list. When this property is False, the search behavior of this object is controlled by the value of Find_Search_State.
Sample
Set Popup_Search_State to False
See Also