FireDAC.Comp.UI.TFDGUIxScriptDialog.OnOutput
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
| Unit: FireDAC.Comp.UI | |
| Parent: TFDGUIxScriptDialog | |
Delphi
property OnOutput: TFDGUIxScriptOutputEvent read FOnOutput write FOnOutput;
C++
__property Firedac::Ui::Intf::TFDGUIxScriptOutputEvent OnOutput = {read=FOnOutput, write=FOnOutput};
Description
Fires when a script provides some feedback to a user.
Write an event handler for the OnOutput event to specify the required actions to be performed to output a AStr string to some console. The provided string is of type AKind.