FireDAC.Comp.Script.TFDScriptCommand.Execute
Delphi
procedure Execute(); virtual;
C++
virtual void __fastcall Execute();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | TFDScriptCommand |
Description
Implements the execution of the control command of the script.
The Execute method is responsible for the actual execution of the control command of the script. This method should use the internal data prepared by the Parse method call.