RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::AnsiStringBase::TStringMbcsByteType Enumeration

Enumerated list of byte types in MCBS string.

Pascal
TStringMbcsByteType = (
  mbSingleByte,
  mbLeadByte,
  mbTrailByte
);
C++
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!