FireDAC.Comp.Script.TFDPauseEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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