System.Character.IsSurrogate
Delphi
function IsSurrogate(Surrogate: Char): Boolean;
function IsSurrogate(Surrogate: UCS4Char): Boolean;
function IsSurrogate(const S: string; Index: Integer): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall IsSurrogate(System::WideChar Surrogate)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Character.pas System.Character.hpp |
System.Character | System.Character |
Description
Avertissement : IsSurrogate est obsolète. Veuillez utiliser TCharHelper.IsSurrogate.
Détermine si un caractère UTF-16 est défini en tant que caractère de substitution dans les spécifications Unicode.
Renvoie true si le caractère UTF-16 est défini en tant que caractère de substitution dans les spécifications Unicode.