API:System.Character.GetUnicodeCategory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUnicodeCategory(C: Char): TUnicodeCategory;
function GetUnicodeCategory(C: UCS4Char): TUnicodeCategory;
function GetUnicodeCategory(const S: string; Index: Integer): TUnicodeCategory;

C++

extern DELPHI_PACKAGE TUnicodeCategory __fastcall GetUnicodeCategory(System::WideChar C)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.