[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Type for case conversion tables.
Source position: sysinth.inc line 30
type TCaseTranslationTable = array [0..255] of Char; |
TCaseTranslationTable is the type for a lookup table that can convert 255 ascii characters.
|
Table for conversion of characters to uppercase. |
|
|
Table for conversion of characters to lowercase. |
No notes exist for this page yet.