TCustomUnicodeCodec Class

Represents type TCustomUnicodeCodec.

Namespace: flcUnicodeCodecs
type
 TCustomUnicodeCodec = class
 end;

The TCustomUnicodeCodec type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TCustomUnicodeCodec class.

CreateEx(TCodecErrorAction,WideChar,TCodecReadLFOption,TCodecWriteLFOption)

Initializes a new instance of the TCustomUnicodeCodec class.

Top
Show:
 NameDescription
DecodeReplaceChar

Represents property DecodeReplaceChar.

ErrorAction

Represents property ErrorAction.

ReadLFOption

Represents property ReadLFOption.

WriteLFOption

Represents property WriteLFOption.

Top
Show:
 NameDescription
Decode(Pointer,Integer,Pointer,Integer,Integer,Integer)

Represents method Decode(Pointer,Integer,Pointer,Integer,Integer,Integer).

DecodeStr(Pointer,Integer,UnicodeString)

Represents method DecodeStr(Pointer,Integer,UnicodeString).

Encode(PWideChar,Integer,Integer)

Represents method Encode(PWideChar,Integer,Integer).

EncodeStr(UnicodeString)

Represents method EncodeStr(UnicodeString).

GetAlias(Integer)

Represents method GetAlias(Integer).

GetAliasCount

Represents method GetAliasCount.

InternalReadUCS4Char(UCS4Char,Integer)

Represents method InternalReadUCS4Char(UCS4Char,Integer).

InternalWriteUCS4Char(UCS4Char,Integer)

Represents method InternalWriteUCS4Char(UCS4Char,Integer).

IsAlias(String)

Represents method IsAlias(String).

IsAliasA(AnsiString)

Represents method IsAliasA(AnsiString).

IsAliasU(UnicodeString)

Represents method IsAliasU(UnicodeString).

ReadBuffer(Void,Integer)

Represents method ReadBuffer(Void,Integer).

ReadUCS4Char(UCS4Char,Integer)

Represents method ReadUCS4Char(UCS4Char,Integer).

ResetReadAhead

Represents method ResetReadAhead.

WriteBuffer(Void,Integer)

Represents method WriteBuffer(Void,Integer).

WriteUCS4Char(UCS4Char,Integer)

Represents method WriteUCS4Char(UCS4Char,Integer).

Top
Show:
 NameDescription
OnRead

Represents property OnRead.

OnWrite

Represents property OnWrite.

Top
Show:
 NameDescription
FDecodeReplaceChar

Represents field FDecodeReplaceChar.

FErrorAction

Represents field FErrorAction.

FOnRead

Represents field FOnRead.

FOnWrite

Represents field FOnWrite.

FReadAhead

Represents field FReadAhead.

FReadAheadBuffer

Represents field FReadAheadBuffer.

FReadAheadByteCount

Represents field FReadAheadByteCount.

FReadLFOption

Represents field FReadLFOption.

FWriteLFOption

Represents field FWriteLFOption.

Top