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