System.WideStrUtils.InOpArray

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

説明

WideChar が対象の配列に含まれるかどうかをチェックします。

W パラメータで識別される WideChar が sets 配列に存在するかどうかをチェックするために inOpArray を呼び出します。

関連項目