FireDAC.Comp.Script.TFDConsoleGetEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: FireDAC.Comp.Script | |
Delphi
TFDConsoleGetEvent = procedure (AEngine: TFDScript;
const APrompt: String; var AResult: String) of object;
C++
typedef void __fastcall (__closure *TFDConsoleGetEvent)(TFDScript* AEngine, const System::UnicodeString APrompt, System::UnicodeString &AResult);
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.