FireDAC.Comp.Script.TFDConsoleGetEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFDConsoleGetEvent)(TFDScript* AEngine, const System::UnicodeString APrompt, System::UnicodeString &AResult);

Properties

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

Description

Occurs when getting results from the console.

Write a TFDConsoleGetEvent event handler to take specific actions when the console returns a result of the ACCEPT command.

See Also