Raises an EMaskError exception when an invalid value is assigned to the EscapeChar property.
Source position: masks.pas line 202
protected class procedure TMaskBase.Exception_InvalidEscapeChar; |
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.
|
Contains the character used to escape the following character in a mask expression. |
| Version 4.4 | Generated 2025-11-08 | Home |