FireDAC.Stan.Param.TFDParams.GetParamList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetParamList(AList: TFDObjList; const AParamNames: String);

C++

void __fastcall GetParamList(Firedac::Stan::Intf::TFDObjList* AList, const System::UnicodeString AParamNames);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParams

Description

Fills a TList with TFDParam objects specified by name.

Use the GetParamList method to obtain a subset of the parameters in the Items list that have been identified by name.

AParamName gives the names of all parameters of interest. If more than one parameter is required, then the names must be separated by ';'. GetParamList adds the parameters to the list in the order they appear in the AParamName parameter.

See Also