RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::AnsiString::TStringMbcsByteType Enumeration
Pascal
TStringMbcsByteType = (
  mbSingleByte,
  mbLeadByte,
  mbTrailByte
);
C++
enum TStringMbcsByteType {
  mbSingleByte,
  mbLeadByte,
  mbTrailByte
};

dstring.h

This is record System::AnsiString::TStringMbcsByteType.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!