FireDAC.Stan.Param.TFDMacros.MacroByName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function MacroByName(const AValue: String): TFDMacro;

C++

TFDMacro* __fastcall MacroByName(const System::UnicodeString AValue);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDMacros


Description

Recherche un TFDMacro dans le composant TFDMacros.

La méthode MacroByName appelle la méthode FindMacro et renvoie un objet TFDMacro. Si la macro est introuvable, une exception est déclenchée.

Voir aussi