FireDAC.Comp.Script.TFDConsoleGetEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

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