System.WideStrUtils.InOpArray
Delphi
function InOpArray(W: WideChar; const Sets: array of WideChar): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall InOpArray(System::WideChar W, const System::WideChar *Sets, const System::NativeInt Sets_High);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.WideStrUtils.pas System.WideStrUtils.hpp |
System.WideStrUtils | System.WideStrUtils |
Description
Vérifie si un WideChar est contenu dans un tableau donné.
Appelez inOpArray pour vérifier si un WideChar identifié par le paramètre W est présent dans le tableau sets.