FireDAC.Comp.Client.TFDCustomCommand.FindMacro
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomCommand |
Delphi
function FindMacro(const AValue: string): TFDMacro;
C++
Firedac::Stan::Param::TFDMacro* __fastcall FindMacro(const System::UnicodeString AValue);
Description
Returns a macro according to its name.
The FindMacro method returns a macro from the Macros collection according to its name (AValue
). If there is no such macro, then the method returns nil.