FireDAC.Phys.ASA.TFDASAProgressEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFDASAProgressEvent)(System::TObject* ASender, System::UnicodeString AMessage, Firedac::Phys::Asawrapper::TASAToolMessageKind AKind, int &AResult);

Properties

Type Visibility Source Unit Parent
typedef public FireDAC.Phys.ASA.hpp FireDAC.Phys.ASA FireDAC.Phys.ASA

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