[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Single-byte character string without specified codepage
Source position: systemh.inc line 438
type RawByteString = ansistring; |
RawByteString is a single-byte character string which does not have any codepage assigned it. Assigning a single-byte character string to this kind of string will not change the codepage of the string.
|
System code page |