System.Character.TCharHelper.IsInArray
Delphi
function IsInArray(const SomeChars: array of Char): Boolean; overload;
class function IsInArray(const S: string; Index: Integer; const SomeChars: array of char): Boolean; overload; static;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Character.pas | System.Character | TCharHelper |
Description
Détermine si le caractère UTF-16 figure dans le tableau spécifié.
Cette méthode est surchargée :
- Renvoie True si le caractère se trouve dans le tableau spécifié.
- Renvoie True si le caractère situé à l'indice
Index
dans la chaîneS
se trouve dans le tableau spécifié.