FireDAC.Comp.Script.TFDScript.CurrentCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CurrentCommand: TFDScriptCommand read FCurrentCommand;

C++

__property TFDScriptCommand* CurrentCommand = {read=FCurrentCommand};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript


Description

Une référence à la commande en cours du script SQL.

Utilisez la propriété CurrentCommand pour obtenir une référence à la commande du contrôle en cours du script SQL.

Voir aussi