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

TCaseTranslationTable

Type for case conversion tables.

Declaration

Source position: sysinth.inc line 30

type TCaseTranslationTable = array [0..255] of Char;

Description

TCaseTranslationTable is the type for a lookup table that can convert 255 ascii characters.

See also

UpperCaseTable

  

Table for conversion of characters to uppercase.

LowerCaseTable

  

Table for conversion of characters to lowercase.