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

LowerCaseTable

Table for conversion of characters to lowercase.

Declaration

Source position: sysinth.inc line 36

var LowerCaseTable: TCaseTranslationTable;

Description

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

See also

TCaseTranslationTable

  

Type for case conversion tables.

UpperCaseTable

  

Table for conversion of characters to uppercase.

LowerCase

  

Return a lowercase version of a string.