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

TMaskBase.Exception_InvalidEscapeChar

Raises an EMaskError exception when an invalid value is assigned to the EscapeChar property.

Declaration

Source position: masks.pas line 202

protected class procedure TMaskBase.Exception_InvalidEscapeChar;

Description

Exception_InvalidEscapeChar is a class procedure used to raise an EMaskError exception when an invalid value is assigned to the EscapeChar property. This occurs when the new property value is not in the range #0..#127. The exception is raised with the message in the rsInvalidEscapeChar resource string.

See also

TMaskbase.EscapeChar

  

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


Version 4.0 Generated 2025-05-03 Home