TCustomUnicodeCodec.CreateEx(TCodecErrorAction,WideChar,TCodecReadLFOption,TCodecWriteLFOption) Constructor

Initializes a new instance of the TCustomUnicodeCodec class.

Namespace: flcUnicodeCodecs
public
 constructor CreateEx(const AErrorAction: TCodecErrorAction = eaException;
 const ADecodeReplaceChar: WideChar = WideChar(#$FFFD);
 const AReadLFOption: TCodecReadLFOption = lrPass;
 const AWriteLFOption: TCodecWriteLFOption = lwCRLF);

Parameters

AErrorAction
Type: TCodecErrorAction

ADecodeReplaceChar
Type: WideChar

AReadLFOption
Type: TCodecReadLFOption

AWriteLFOption
Type: TCodecWriteLFOption