pbSuggestions - cSelectionSource
Determines whether the selection source supports loading a filtered list of suggestions
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbSuggestions
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbSuggestions to BooleanVariable |
| Write Access: | Set pbSuggestions to BooleanVariable/Value |
Description
If set to True, the selection source supports loading a filtered list of suggestions.
Note that pbFullText indicates if this filter is a full-text filter or not.
For data-aware sources, this property is automatically set to True; otherwise, it defaults to False.
For non-data-aware sources, this means that OnLoadItems needs to be implemented to provide a filtered list of suggestions.