[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Table for conversion of characters to lowercase.
Source position: sysinth.inc line 36
var LowerCaseTable: TCaseTranslationTable; |
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.
|
Type for case conversion tables. |
|
|
Table for conversion of characters to uppercase. |
|
|
Return a lowercase version of a string. |