Search_Case - cUIObject
Determines whether searches performed are case-sensitive or not
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean Search_Case
| Access Type | Syntax |
|---|---|
| Read Access: | Get Search_Case to BooleanVariable |
| Write Access: | Set Search_Case to BooleanVariable/Value |
Description
This property determines whether searches performed via item_matching are case-sensitive of case-insensitive. If search_case is True, all incremental searches and finds are performed in case-sensitive manner.
By default, this property is False, allowing case-insensitive searches.
| Col 1 | Col 2 |
|---|---|
| Note: | This is a global property and affects the operation of all objects. |