|
RAD Studio VCL Reference
|
Enumerated list of byte types in MCBS string.
TStringMbcsByteType = ( mbSingleByte, mbLeadByte, mbTrailByte );
enum TStringMbcsByteType { mbSingleByte, mbLeadByte, mbTrailByte };
System::AnsiStringBase::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 multi-byte character. |
|
mbTrailByte |
Trailing byte of a multi-byte character. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|