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 server-backed filtering. The control sends the current filter to the server and replaces the suggestion list with the returned matches. Unlike paged mode, suggestion mode does not add a show-more row; the server indicates when the returned list is complete.
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, OnLoadItems must provide the filtered list of suggestions.
pbAllData, pbPaged, and pbSuggestions are mutually exclusive. Set exactly one of these properties to True for a selection source.