FireDAC.Comp.Script.TFDPauseEvent

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

TFDPauseEvent = procedure (AEngine: TFDScript;
const AText: String) of object;

C++

typedef void __fastcall (__closure *TFDPauseEvent)(TFDScript* AEngine, const System::UnicodeString AText);

Description

Occurs when pausing all activity from the console.

Write a TFDPauseEvent event handler to take specific actions when the console has to be paused by the PAUSE SQL script command.

See Also