[Overview][Constants][Types][Classes][Procedures and functions][Index] |
String with the delimited list of mask expressions for the class instances in the list.
Source position: masks.pas line 339
public property TMaskList.Mask : string |
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 |