[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the specified value is a match for the Windows-specific Mask expression.
Source position: masks.pas line 256
public function TMaskUTF8.MatchesWindowsMask( |
const AFileName: string |
):Boolean; |
AFileName |
|
Value compared to the Mask expression. |
True if the specified file name matches the Windows-specific Mask expression.
Remark: | Deprecated in Lazarus version 2.3, and will be removed in 2.5. Create a TWindowsMask instance and call its Matches method instead. |
|
Indicates whether the specified value is a match for the Mask expression. |
|
|
Implements the class type used to evaluate and compare Windows-specific mask expressions. |
|
|
Indicates whether the file name matches the specified Windows-style file system mask. |
|
|
Determine whether the specified file name matches at least one of the specified Windows-specific masks. |
Version 4.0 | Generated 2025-05-03 | Home |