FireDAC.Stan.Util.FDFieldInFieldNames

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

Delphi

function FDFieldInFieldNames(const AStr, AName: String) : Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDFieldInFieldNames(const System::UnicodeString AStr, const System::UnicodeString AName);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

フィールド名が名前のセミコロン区切り文字列に含まれているかどうかを確かめます。


FDFieldInFieldNames では、AName フィールドが AStr 文字列に含まれている場合は True を返します。そうでない場合は False を返します。

関連項目