FireDAC.Stan.Util.FDMergeFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Combines two strings with the field names.

You can use FDMergeFieldNames to merge two strings with the field names specified by the AFieldNames1 and AFieldNames2 variables. The strings contain ';' separated field name lists. The resulting string will contain only unique field names.

See Also