FireDAC.Stan.Param.TFDMacros.FindMacro
Delphi
function FindMacro(const AValue: String): TFDMacro;
C++
TFDMacro* __fastcall FindMacro(const System::UnicodeString AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacros |
Description
Finds a TFDMacro object in the collection.
The FindMacro function finds a TFDMacro object in a TFDMacros collection. The TFDMacro name is given by the AValue
parameter.