Property Boolean pbFullText
Read Access: | Get pbFullText to BooleanVariable |
Write Access: | Set pbFullText to BooleanVariable/Value |
If set to True, the suggestion filtering is a full-text filter.
If set to False (the default), it matches only the first characters of the item value.
For data-aware sources, this determines how the items are filtered.
Note that for non-SQL tables and large data sets, full-text filtering can be expensive.
For non-data-aware sources, this should match the implementation of OnLoadItems, as this determines how highlighting is performed by the control.