FireDAC.Comp.Script.TFDConsolePutEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDConsolePutEvent = procedure (AEngine: TFDScript;
const AMessage: String; AKind: TFDScriptOutputKind) of object;

C++

typedef void __fastcall (__closure *TFDConsolePutEvent)(TFDScript* AEngine, const System::UnicodeString AMessage, Firedac::Ui::Intf::TFDScriptOutputKind AKind);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

Description

Occurs on input to the console.

Write a TFDConsolePutEvent event handler to take specific actions before the output is submitted to the console. The output to the console occurs after many SQL script commands, if ScriptOptions.ConsoleOutput is True.

See Also