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

DefaultMaskOpCodes

Contains the default op code values used for mask class instances.

Declaration

Source position: masks.pas line 90

const DefaultMaskOpCodes = MaskOpCodesNoEscape;

Description

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.

See also

TMaskOpCodes

  

Set type used to store values from the TMaskOpcode enumeration.

TMaskOpCode

  

Represents operations needed for an entry in a mask specification.

TMaskBase.Create

  

Constructor for the class instance.

TMaskBase.MaskOpCodes

  

Contains the set of mask op codes enabled for the class instance.

TMaskBase.EscapeChar

  

Contains the character used to escape the following character in a mask expression.

TMaskList.Create

  

Creates a new list with mask instances for the specified mask values, delimiter and options.

TMaskList.MaskOpCodes

  

Contains the op codes allowed for the mask instances in the list.


Version 4.0 Generated 2025-05-03 Home