FireDAC.Comp.Client.TFDCustomCommand.MacroByName
Delphi
function MacroByName(const AValue: string): TFDMacro;
C++
Firedac::Stan::Param::TFDMacro* __fastcall MacroByName(const System::UnicodeString AValue);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
Renvoie une macro selon son nom.
La méthode MacroByName renvoie une macro de la collection Macros selon son nom (AValue).
Si une telle macro n'existe pas, une exception est déclenchée.