[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the default op code values used for mask class instances.
Source position: masks.pas line 90
const DefaultMaskOpCodes = MaskOpCodesNoEscape; |
DefaultMaskOpCodes includes the TMaskOpCode values found in AllMaskOpCodes with the exception of mocEscapeChar. This disables use of the escape character ('\' is the default) in a mask expression. DefaultMaskOpCodes is used as the default value for an argument passed to the TMaskBase.Create and TMaskList.Create methods.
|
Set type used to store values from the TMaskOpcode enumeration. |
|
|
Represents operations needed for an entry in a mask specification. |
|
|
Constructor for the class instance. |
|
|
Contains the set of mask op codes enabled for the class instance. |
|
|
Contains the character used to escape the following character in a mask expression. |
|
|
Creates a new list with mask instances for the specified mask values, delimiter and options. |
|
|
Contains the op codes allowed for the mask instances in the list. |
Version 4.0 | Generated 2025-05-03 | Home |