Unit 'MaskEdit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

EInvalidCodePoint

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exeption raised when an error occurs while setting a UTF-8 Code Point in a String.

Declaration

Source position: maskedit.pp line 154

type EInvalidCodePoint = class(EInvalidUtf8)

Inheritance

EInvalidCodePoint

  

Exeption raised when an error occurs while setting a UTF-8 Code Point in a String.

|

EInvalidUtf8

  

Ancestor for UTF-8 exceptions.

|

TObject

Description

EInvalidCodePoint is an EInvalidUtf8 descendant that implements the Exeption 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.

See also

SInvalidCodePoint

  

Message displayed in the EInvalidCodePoint exception.