FireDAC.Comp.UI.TFDGUIxScriptDialog.OnInput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnInput: TFDGUIxScriptInputEvent read FOnInput write FOnInput;

C++

__property Firedac::Ui::Intf::TFDGUIxScriptInputEvent OnInput = {read=FOnInput, write=FOnInput};

Properties

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

Description

Fired when a script executes an ACCEPT command.

Write an event handler for the OnInput event to specify the required actions to be performed to show APrompt to the user and return the AResult value to a script.

See Also