[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set type used to store values from the TWindowsQuirk enumeration.
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 |
||
); |
A TWindowsQuirks type is passed as an argument to the Create method in TWindowsMaskUTF8, and is the type used for its Quirks property.
|
Constructor for the class instance. |
|
|
Contains the TWindowsQuirk enumeration values for file system quirks enabled in the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |