FireDAC.Phys.ADS.TFDADSUtility.OnProgress

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSUtility

Delphi

property OnProgress: TFDPhysServiceProgressEvent read FOnProgress write FOnProgress;

C++

__property Firedac::Phys::TFDPhysServiceProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};

Description

Fires after a table is processed.

The OnProgress event fires after each table specified in Tables is processed.

Use the event handler to provide a feedback to the end users.

See Also