[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The TMask class represents a mask expression and performs comparisons.
Source position: masks.pas line 262
type TMask = class(TMaskUTF8) |
|
The TMask class represents a mask expression and performs comparisons. |
|
| | ||
|
Implements a class used to define, evaluate, and compare a mask expression using UNIX file system mask conventions. |
|
| | ||
|
Implements the base class used to define and evaluate a mask expression. |
|
| | ||
TObject |
TMask is an alias for the TMaskUTF8 class. Provided for compatibility with previous LazUtils versions.
Use TWindowsMaskUTF8 or TWindowsMask for mask expressions using DOS/Windows-specific notation and file system conventions.
|
Implements a class used to define, evaluate, and compare a mask expression using UNIX file system mask conventions. |
|
|
Implements a class used to define and evaluate a mask expression using Windows file system mask conventions. |
|
|
Implements the class type used to evaluate and compare Windows-specific mask expressions. |
|
|
Implements the base class used to define and evaluate a mask expression. |
|
|
Masks Overview. |
Version 4.0 | Generated 2025-05-03 | Home |