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

AllWindowsQuirks

Sets type with all of the Windows-specific quirk values.

Declaration

Source position: masks.pas line 119

const AllWindowsQuirks = [wqAnyExtension, wqFilenameEnd, wqExtension3More, wqEmptyIsAny, wqAllByExtension, wqNoExtension];

Description

AllWindowsQuirks can be passed an argument to the constructor in TWindowsMaskUTF8, or assigned directly to the Quirks property in the mask class instance.

See also

TWindowsQuirk

  

Represents types of Windows-specific quirks for file and directory masks.

TWindowsQuirks

  

Set type used to store values from the TWindowsQuirk enumeration.

DefaultWindowsQuirks

  

Set with the default Windows-specific quirk values.

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