Represents type TCodecErrorAction.
TCodecErrorAction
type TCodecErrorAction = ( eaException, eaStop, eaIgnore, eaSkip, eaReplace);
The TCodecErrorAction type exposes the following members.
Represents constant eaException.
eaException
Represents constant eaIgnore.
eaIgnore
Represents constant eaReplace.
eaReplace
Represents constant eaSkip.
eaSkip
Represents constant eaStop.
eaStop