FireDAC.Comp.Script.TFDScriptCommand.Parse

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScriptCommand

Delphi

function Parse(const AKwd: String): Boolean; virtual;

C++

virtual bool __fastcall Parse(const System::UnicodeString AKwd);

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.

See Also