FireDAC.Comp.Script.TFDConsolePutEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: FireDAC.Comp.Script

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);

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