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

TMask

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

The TMask class represents a mask expression and performs comparisons.

Declaration

Source position: masks.pas line 262

type TMask = class(TMaskUTF8)

Inheritance

TMask

  

The TMask class represents a mask expression and performs comparisons.

|

TMaskUTF8

  

Implements a class used to define, evaluate, and compare a mask expression using UNIX file system mask conventions.

|

TMaskBase

  

Implements the base class used to define and evaluate a mask expression.

|

TObject

Description

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.

See also

TMaskUTF8

  

Implements a class used to define, evaluate, and compare a mask expression using UNIX file system mask conventions.

TWindowsMaskUTF8

  

Implements a class used to define and evaluate a mask expression using Windows file system mask conventions.

TWindowsMask

  

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

TMaskBase

  

Implements the base class used to define and evaluate a mask expression.

Masks Overview

  

Masks Overview.


Version 4.0 Generated 2025-05-03 Home