[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

TMaskList.CaseSensitive

Indicates whether the Mask expressions in the list are case sensitive.

Declaration

Source position: masks.pas line 342

public property TMaskList.CaseSensitive : Boolean
  read fCaseSensitive
  write SetCaseSensitive;

Description

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.

See also

TMaskList.Create

  

Creates a new list with mask instances for the specified mask values, delimiter and options.

TMaskList.Items

  

The mask items in the list.

TMaskList.AddMasksToList

  

Adds new mask instances to the list for the specified delimited mask expressions and settings.

TMaskBase.CaseSensitive

  

Indicates if the mask expression is case sensitive.


Version 4.0 Generated 2025-05-03 Home