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

TMaskList.Mask

String with the delimited list of mask expressions for the class instances in the list.

Declaration

Source position: masks.pas line 339

public property TMaskList.Mask : string
  read fMask
  write SetMask;

Description

Mask can contain one or more mask expressions separated by the separator character passed as an argument to the Create constructor. The default separator character is ';' (Semicolon).

Setting a new value for the Mask property causes the internal list of mask instances to be cleared and recreated using the values in the CaseSensitive and MaskOpCodes properties.

Remark: The separator character cannot be changed in the current implementation. It is set using an argument passed to the constructor.

Version 4.0 Generated 2025-05-03 Home