System.Character.TCharHelper.MaxCodePoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function MaxCodePoint: Integer; static;

Properties

Type Visibility Source Unit Parent
function public System.Character.pas System.Character TCharHelper

Description

Returns the maximum code point value.

Each Unicode character is mapped to a code point.

This code point is an integer that ranges between 0 and 1114111 (the value returned by this function).

See Also