Skip to content

pbCaseSensitive - cDbCJGridColumnSuggestion

Determines if the suggestion list filtering should 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

pbCaseSensitive determines if the search filtering should be case sensitive.

When False, the default, the case of the search characters are ignored when building the suggestion list.

Setting this to True will make the list case sensitive.

This property has no effect when peSuggestionMode is smCustom, because the filling and filtering of the suggestion list is then controlled by the developer's code in OnFindSuggestions.