FireDAC.Comp.Script.TFDScriptCommand.Validate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Validate(); virtual;

C++

virtual void __fastcall Validate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

Description

Implements the validation of the control command of the script.

The Validate method is responsible for the validation mode of the control command of the script. This method should use the internal data prepared by the Parse method call.

See Also