pbCaseSensitive - cTagsForm
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.
pbCaseSensitive should only be enabled on the cWebTagsForm if a cSelectionSource is not used; if it is, then set it in the cSelectionSource object.
When using the Tag modification methods (AddTag, RemoveTag), pbCaseSensitive is used to determine whether it should duplicate the tag(s) that already exists should you, for example, insert them again, or not.
For end users, the behavior is that when pbCaseSensitive is enabled, the suggestions won't show "Hello World" as a suggestion when "hello" is typed into the form. As such, pbCaseSensitive should commonly be disabled to ease search.
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.