FireDAC.Comp.Script.TFDPauseEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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