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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.WideStrUtils.pas System.WideStrUtils.hpp |
System.WideStrUtils | System.WideStrUtils |
Description
Checks if a WideChar is contained in a given array.
Call InOpArray to check whether a WideChar identified by W parameter is present in the sets array.