FireDAC.Comp.UI.TFDGUIxScriptDialog.OnOutput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnOutput: TFDGUIxScriptOutputEvent read FOnOutput write FOnOutput;

C++

__property Firedac::Ui::Intf::TFDGUIxScriptOutputEvent OnOutput = {read=FOnOutput, write=FOnOutput};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxScriptDialog

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.

See Also