TUTF8Error Enumeration

Represents type TUTF8Error.

Namespace: flcUTF
type
 TUTF8Error = (
 UTF8ErrorNone,
 UTF8ErrorInvalidEncoding,
 UTF8ErrorIncompleteEncoding,
 UTF8ErrorInvalidBuffer,
 UTF8ErrorOutOfRange );

The TUTF8Error type exposes the following members.

Show:
 NameDescription
UTF8ErrorIncompleteEncoding

Represents constant UTF8ErrorIncompleteEncoding.

UTF8ErrorInvalidBuffer

Represents constant UTF8ErrorInvalidBuffer.

UTF8ErrorInvalidEncoding

Represents constant UTF8ErrorInvalidEncoding.

UTF8ErrorNone

Represents constant UTF8ErrorNone.

UTF8ErrorOutOfRange

Represents constant UTF8ErrorOutOfRange.

Top