[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: masks.pas line 280
public constructor TWindowsMaskUTF8.Create( |
const aMask: string; |
aCaseSensitive: Boolean; |
aOpcodesAllowed: TMaskOpCodes |
); override; |
const aMask: string; |
aCaseSensitive: Boolean; |
aOpcodesAllowed: TMaskOpCodes; |
aWindowsQuirksAllowed: TWindowsQuirks |
); |
aMask |
|
Mask expression for the class instance. |
aCaseSensitive |
|
True if masks are compared with case sensitivity. |
aOpcodesAllowed |
|
Set of TMaskOpCode values allowed in the class instance. |
aMask |
|
Mask expression for the class instance. |
aCaseSensitive |
|
True if masks are compared with case sensitivity. |
aOpcodesAllowed |
|
Set of TMaskOpCode values allowed in the class instance. |
aWindowsQuirksAllowed |
|
Set of TWindowsQuirk values allowed in the class instance. |
Create is the overloaded, overridden constructor for the class instance. Create ensures that argument values are stored in the Mask, CaseSensitive, MaskOpCodes and Quirks properties. The inherited Create method is called prior to exit.
Version 4.0 | Generated 2025-05-03 | Home |