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

DefaultWindowsQuirks

Set with the default Windows-specific quirk values.

Declaration

Source position: masks.pas line 127

const DefaultWindowsQuirks = [wqAnyExtension, wqEmptyIsAny, wqNoExtension];

Description

DefaultWindowsQuirks can be passed an argument to the constructor in TWindowsMaskUTF8, or assigned directly to the Quirks property in the mask class instance. Omits the values wqExtension3More and wqAllByExtension.

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.

AllWindowsQuirks

  

Sets type with all of the 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