[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

FPUpChars

Contains uppercase characters for all values in the char type.

Declaration

Source position: lazutf8.pas line 223

var FPUpChars: array [char] of Char;

Description

FPUpChars is an array of char type and uses the Lower and Upper bounds permitted for the char type. Values in FPUpChars are assigned in the initialization section for the lazutf8.pas unit, and contains the uppercase equivalent for all characters in the char type.


Version 3.2 Generated 2024-02-25 Home