FireDAC.Phys.ASA.TFDASAProgressEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

ASender

The reference to the DriverService.

AMessage

The message from the DB service.

AKind

The message kind.

AResult

The response from the handler.

See Also