FireDAC.Comp.Script.TFDScriptCommand.Parse
Delphi
function Parse(const AKwd: String): Boolean; virtual;
C++
virtual bool __fastcall Parse(const System::UnicodeString AKwd);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | TFDScriptCommand |
Description
Implements the script parsing command.
The Parse method parses the script text and builds an internal command state, which is used by the Execute and Validate methods.