TCustomSingleByteCodec.CreateEx(TCodecErrorAction,WideChar,ByteChar) Constructor
Initializes a new instance of the TCustomSingleByteCodec class.
public constructor CreateEx(const ErrorAction: TCodecErrorAction = eaException; const DecodeReplaceChar: WideChar = WideChar(#$FFFD); const EncodeReplaceChar: ByteChar = ByteChar(#32));
Parameters
- ErrorAction
- Type: TCodecErrorAction
- DecodeReplaceChar
- Type: WideChar
- EncodeReplaceChar
- Type: System.Void