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

UpperCaseTable

Table for conversion of characters to uppercase.

Declaration

Source position: sysinth.inc line 35

var UpperCaseTable: TCaseTranslationTable;

Description

UpperCaseTableis used by the UpperCaseroutine (and friends) to convert a string to all-uppercase characters. It is filled with the appropriate entries by the SysUtilsunit initialization routines.

See also

TCaseTranslationTable

  

Type for case conversion tables.

LowerCaseTable

  

Table for conversion of characters to lowercase.

UpperCase

  

Return an uppercase version of a string.