[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Mask expression used to match files or directories in the class instance.
Source position: masks.pas line 259
public property TMaskUTF8.Mask : string |
Mask is a String property which contains the mask expression used to compare / evaluate a value in the Matches method. The property value is initially set using the arguments passed to the Create constructor. Values in Mask use the UNIX file system conventions for wildcards and related notations.
Character values in Mask are translated into op codes in the Compile method. These op codes are used in the Matches method to evaluate and compare a given value to the compiled mask expression.
Changing the value for the property causes Compile to be called when the Matches method is executed.
Version 4.0 | Generated 2025-05-03 | Home |