[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TMbcsByteType

Type of multi-byte character set.

Declaration

Source position: sysstrh.inc line 231

type TMbcsByteType = (

  mbSingleByte,

  

Single bytes

  mbLeadByte,

  

Uses lead-byte

  mbTrailByte

  

Uses trailing byte

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.