FireDAC.Comp.Script.TFDScript.Macros

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Macros: TFDMacros read FMacros write SetMacros;

C++

__property Firedac::Stan::Param::TFDMacros* Macros = {read=FMacros, write=SetMacros};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

The script macros.

Use the Macros property to specify the script macros.

The macros can be used anywhere in the script.

See Also