[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Table for conversion of characters to lowercase.
Source position: sysinth.inc line 61
var LowerCaseTable: TCaseTranslationTable; |
LowerCaseTable is used by the LowerCase routine (and friends) to convert a string to all-lowercase 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 uppercase. |
|
|
Return a lowercase version of a string. |
No notes exist for this page yet.