System.Character.TCharacter.MaxCodePoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function MaxCodePoint: Integer; static;

C++

static int __fastcall MaxCodePoint();

Properties

Type Visibility Source Unit Parent
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter

Description

Warning: TCharacter.MaxCodePoint is deprecated. Please use TCharHelper.MaxCodePoint.