[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a list for mask class instances which support Windows-specific file masks.
Source position: masks.pas line 348
type TWindowsMaskList = class(TMaskList) |
||
protected |
||
function GetMaskClass; override; |
|
Gets the class type used to create new mask instances for the list. |
procedure AddMasksToList(); override; |
|
Adds masks to the list using the delimited mask expressions and configuration settings. |
public |
||
constructor Create(); |
|
Constructor for the class instance. |
property Quirks: TWindowsQuirks; [rw] |
|
Contains the TWindowsQuirk values enabled for the class instance. |
end; |
|
Implements a list for mask class instances which support Windows-specific file masks. |
|
| | ||
|
Implements a list for mask class instances. |
|
| | ||
TObject |
TWindowsMaskList is a TMaskList descendant which implements a list used to maintain a list with TWindowsMask instances for mask expressions. Parameter values passed to the constructor are used when mask instances are created and stored in the list.
TWindowsMaskList is used in the implementation of the MatchesWindowsMaskList function.
|
Implements the class type used to evaluate and compare Windows-specific mask expressions. |
|
|
Determine whether the specified file name matches at least one of the specified Windows-specific masks. |
|
|
Determine whether the specified file name matches at least one of the specified masks. |
|
|
Masks Overview. |
Version 4.0 | Generated 2025-05-03 | Home |