TCodecErrorAction Enumeration

Represents type TCodecErrorAction.

Namespace: flcUnicodeCodecs
type
 TCodecErrorAction = (
 eaException, 
 eaStop, 
 eaIgnore, 
 eaSkip, 
 eaReplace); 

The TCodecErrorAction type exposes the following members.

Show:
 NameDescription
eaException

Represents constant eaException.

eaIgnore

Represents constant eaIgnore.

eaReplace

Represents constant eaReplace.

eaSkip

Represents constant eaSkip.

eaStop

Represents constant eaStop.

Top