FireDAC.Comp.Script.TFDScriptCommand.Validate

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Validate(); virtual;

C++

virtual void __fastcall Validate();

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