FireDAC.Phys.TFDPhysServiceProgressEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

ASender

The reference to the DriverService.

AMessage

The message from the DB service.


See Also