System.WideStrUtils.InOpArray

From RAD Studio API Documentation
Jump to: navigation, search

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 int 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.

See Also