Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.Contains

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

Delphi

function Contains(const Arr: TDBXInt32s; const Value: Integer): Boolean;

C++

bool __fastcall Contains(const Data::Dbxplatform::TDBXInt32s Arr, const int Value);

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter


説明

整数の配列に指定された値が含まれているかどうかを検証します。

Contains は、Arr に、Value で指定されている値が含まれている場合には True を、そうでなければ False を返します。

関連項目