FireDAC.Comp.Script.TFDScript.Macros

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property Macros: TFDMacros read FMacros write SetMacros;

C++

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

Description

The script macros.

Use the Macros property to specify the script macros.

The macros can be used anywhere in the script.

See Also