FireDAC.Comp.Client.TFDRdbmsDataSet.MacroByName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDRdbmsDataSet |
Delphi
function MacroByName(const AValue: string): TFDMacro;
C++
Firedac::Stan::Param::TFDMacro* __fastcall MacroByName(const System::UnicodeString AValue);
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.