FireDAC.Comp.Client.TFDCustomCommand.FindMacro

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindMacro(const AValue: string): TFDMacro;

C++

Firedac::Stan::Param::TFDMacro* __fastcall FindMacro(const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

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.

See Also