System.AnsiStringBase.TStringMbcsByteType

From RAD Studio API Documentation
Jump to: navigation, search

C++

enum TStringMbcsByteType { mbSingleByte, mbLeadByte, mbTrailByte };

Properties

Type Visibility Source Unit Parent
enum public dstring.h System AnsiStringBase

Description

Is an enumerated list of byte types in MBCS string.

TStringMbcsByteType defines an enumerated list of byte types in multibyte character system (MBCS) string.



Constant Meaning

mbSingleByte

Single byte character

mbLeadByte

Lead byte of a multibyte character

mbTrailByte

Trailing byte of a multibyte character



See Also