FireDAC.Comp.Script.TFDScriptCommand.Execute
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptCommand | |
Delphi
procedure Execute(); virtual;
C++
virtual void __fastcall Execute();
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.