[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |