Skip to content

pbFullText - cSelectionSource

Determines whether suggestion filtering is a full-text filter or matches only the first characters of the item value

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbFullText
Access Type Syntax
Read Access: Get pbFullText to BooleanVariable
Write Access: Set pbFullText to BooleanVariable/Value

Description

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.