| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Type of multi-byte character set.
Source position: sysstrh.inc line 256
type TMbcsByteType = (  | 
||
mbSingleByte,  | 
  | 
Single bytes  | 
mbLeadByte,  | 
  | 
Uses lead-byte  | 
mbTrailByte  | 
  | 
Uses trailing byte  | 
);  |