FireDAC.Comp.Client.TFDCustomCommand.FindMacro

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also