FireDAC.Comp.UI.TFDGUIxScriptDialog.OnProgress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnProgress: TFDGUIxScriptProgressEvent read FOnProgress write FOnProgress;

C++

__property Firedac::Ui::Intf::TFDGUIxScriptProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};

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 updates the job progress.

The event handler of OnProgress receives the following parameters:

  • ASender is the script dialog.
  • AInfoProvider is an object that provides detailed information about the job progress.

Write an event handler for the OnProgress event to specify the actions to be performed to show the job progress to a user.

See Also