[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when an error occurs while setting a UTF-8 Code Point in a String.
Source position: maskedit.pp line 154
type EInvalidCodePoint = class(EInvalidUtf8) |
|
Exception raised when an error occurs while setting a UTF-8 Code Point in a String. |
|
| | ||
|
Ancestor for UTF-8 exceptions. |
|
| | ||
Exception |
||
? | ||
TObject |
EInvalidCodePoint is an EInvalidUtf8 descendant that implements the Exception raised when an error occurs while setting a UTF-8 Code Point in a String. The exception message contains the constant value in SInvalidCodePoint.
Used in the SetCodePoint routine in the implementation section for the unit.
|
Message displayed in the EInvalidCodePoint exception. |