[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the Mask expressions in the list are case sensitive.
Source position: masks.pas line 342
public property TMaskList.CaseSensitive : Boolean |
CaseSensitive is a Boolean property which indicates whether Mask expressions in the list are case sensitive. The default value for the property is set using an argument passed to the overloaded constructor. It can be specified using the CaseSensitive argument, or by including / excluding moCaseSensitive in the TMaskOptions argument.
Changing the value for the property causes the corresponding property to be updated for each of the Items in the list.
The property value is used when a new value is assigned to the Mask property. It is passed as an argument to the AddMasksToList method called to re-populate the Items in the list.
|
Creates a new list with mask instances for the specified mask values, delimiter and options. |
|
|
The mask items in the list. |
|
|
Adds new mask instances to the list for the specified delimited mask expressions and settings. |
|
|
Indicates if the mask expression is case sensitive. |
Version 4.0 | Generated 2025-05-03 | Home |