FireDAC.Phys.ASA.TFDASAProgressEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Phys.ASA.pas FireDAC.Phys.ASA.hpp
| |
Unit: FireDAC.Phys.ASA | |
Parent: FireDAC.Phys.ASA |
Delphi
TFDASAProgressEvent = type TASAToolMessageEvent;
C++
typedef void __fastcall (__closure *TFDASAProgressEvent)(System::TObject* ASender, System::UnicodeString AMessage, Firedac::Phys::Asawrapper::TASAToolMessageKind AKind, int &AResult);
Description
TFDASAProgressEvent is the function type for an OnProgress event.
TFDASAProgressEvent has the following parameters:
Parameter | Meaning |
---|---|
|
The reference to the DriverService. |
|
The message from the DB service. |
|
The message kind. |
|
The response from the handler. |