FireDAC.Phys.TFDPhysServiceProgressEvent
C++
typedef void __fastcall (__closure *TFDPhysServiceProgressEvent)(TFDPhysDriverService* ASender, const System::UnicodeString AMessage);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FireDAC.Phys.hpp | FireDAC.Phys | FireDAC.Phys |
Description
TFDPhysServiceProgressEvent is the function type for an OnProgress event.
TFDPhysServiceProgressEvent has the following parameters:
| Parameter | Meaning |
|---|---|
|
|
The reference to the DriverService. |
|
|
The message from the DB service. |