FireDAC.Comp.UI.TFDGUIxScriptDialog.OnProgress

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 OnProgress: TFDGUIxScriptProgressEvent read FOnProgress write FOnProgress;

C++

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

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