[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Error handling behavior for encoding conversion errors.
Source position: lconvencoding.pas line 44
var ConvertEncodingErrorMode: TConvertEncodingErrorMode = ceemSkip; |
ConvertEncodingErrorMode is a unit global TConvertEncodingErrorMode variable which controls the behavior when an error is detected in an encoding conversion routine. For example:
The default value for the variable is ceemSkip, and indicates that an error is skipped or ignored when encountered in an encoding conversion.
Introduced in version 2.2. Replaces use of the ConvertEncodingErrorRaisesException variable.
|
Represents the behaviors for an error occurring in an encoding conversion. |
|
|
Converts a UTF-8-encoded string value to a single-bye character set using a conversion function. |
Version 4.0 | Generated 2025-05-03 | Home |