System.Character.TCharHelper.MaxCodePoint

From RAD Studio API Documentation
Revision as of 01:04, 19 March 2013 by L10nBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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