FireDAC.Stan.Util.FDMergeFieldNames

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

Delphi

function FDMergeFieldNames(const AFieldNames1, AFieldNames2: String;
AIgnoreModifiers: Boolean = False): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDMergeFieldNames(const System::UnicodeString AFieldNames1, const System::UnicodeString AFieldNames2, bool AIgnoreModifiers = false);

プロパティ

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

説明

フィールド名の 2 つの文字列を組み合わせます。

FDMergeFieldNames を使用すると、変数 AFieldNames1 および AFieldNames2 で指定されるフィールド名を持つ 2 つの文字列をマージします。文字列には、「;」で区切られたフィールド名のリストが入れられます。結果の文字列には、一意のフィールド名のみが含まれます。

関連項目