FireDAC.Comp.Client.TFDRdbmsDataSet.MacroByName
Delphi
function MacroByName(const AValue: string): TFDMacro;
C++
Firedac::Stan::Param::TFDMacro* __fastcall MacroByName(const System::UnicodeString AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDRdbmsDataSet |
Description
Returns a macro by its name.
The MacroByName method returns a macro from the Macros collection by its name equal to AValue
.
If there is no such macro, an exception will be raised.