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

TMaskUTF8.MatchesWindowsMask (deprecated)

Indicates whether the specified value is a match for the Windows-specific Mask expression.

Declaration

Source position: masks.pas line 256

public function TMaskUTF8.MatchesWindowsMask(

  const AFileName: string

):Boolean;

Arguments

AFileName

  

Value compared to the Mask expression.

Function result

True if the specified file name matches the Windows-specific Mask expression.

Description

Remark: Deprecated in Lazarus version 2.3, and will be removed in 2.5. Create a TWindowsMask instance and call its Matches method instead.

See also

TWindowsMaskUTF8.Matches

  

Indicates whether the specified value is a match for the Mask expression.

TWindowsMask

  

Implements the class type used to evaluate and compare Windows-specific mask expressions.

MatchesWindowsMask

  

Indicates whether the file name matches the specified Windows-style file system mask.

MatchesWindowsMaskList

  

Determine whether the specified file name matches at least one of the specified Windows-specific masks.


Version 4.0 Generated 2025-05-03 Home