API:System.Character.IsSurrogatePair

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsSurrogatePair(const HighSurrogate, LowSurrogate: Char): Boolean;
function IsSurrogatePair(const S: string; Index: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsSurrogatePair(const System::WideChar HighSurrogate, const System::WideChar LowSurrogate)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Character.pas
System.Character.hpp
System.Character System.Character

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.