Skip to content

pbCaseSensitive - cSelectionSource

Determines whether the suggestion filtering is considered to be case sensitive

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

Syntax

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

Description

If set to True, the suggestion filtering is considered to be case sensitive.

Note that for data-aware controls, this is actually determined by either the index or, for SQL, the SQL server collate. Make sure that this value matches that.

In case of non-data-aware sources, this value should match the implementation of OnLoadItems.

Defaults to False.