FireDAC.Comp.UI.TFDGUIxScriptDialog.OnInput

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxScriptDialog

Delphi

property OnInput: TFDGUIxScriptInputEvent read FOnInput write FOnInput;

C++

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

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