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

TWindowsQuirks

Set type used to store values from the TWindowsQuirk enumeration.

Declaration

Source position: masks.pas line 116

type TWindowsQuirks = set of (

  wqAnyExtension,

  

Treats "filename*.*" as if the ".*"" notation is omitted. This causes the mask to behave in a UNIX-like manner, where 'foo.*' matches 'foo'.

  wqFilenameEnd,

  wqExtension3More,

  wqEmptyIsAny,

  wqAllByExtension,

  wqNoExtension

);

Description

A TWindowsQuirks type is passed as an argument to the Create method in TWindowsMaskUTF8, and is the type used for its Quirks property.

See also

TWindowsMaskUTF8.Create

  

Constructor for the class instance.

TWindowsMaskUTF8.Quirks

  

Contains the TWindowsQuirk enumeration values for file system quirks enabled in the class instance.


Version 4.0 Generated 2025-05-03 Home