[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Table for conversion of characters to uppercase.
Source position: sysinth.inc line 35
var UpperCaseTable: TCaseTranslationTable; |
UpperCaseTable is used by the UpperCase routine (and friends) to convert a string to all-uppercase characters. It is filled with the appropriate entries by the SysUtils unit initialization routines.
|
Type for case conversion tables. |
|
|
Table for conversion of characters to lowercase. |
|
|
Return an uppercase version of a string. |