FireDAC.Comp.Script.TFDScript.InternalExecute

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function InternalExecute(AParser: TFDScriptParser; ARealExecute: Boolean;
AAll: Boolean): Boolean; overload;
function InternalExecute(ARealExecute: Boolean; AAll: Boolean): Boolean; overload;

C++

bool __fastcall InternalExecute(TFDScriptParser* AParser, bool ARealExecute, bool AAll)/* overload */;
bool __fastcall InternalExecute(bool ARealExecute, bool AAll)/* overload */;

Description

Embarcadero Technologies does not currently have any additional information.