FireDAC.Phys.TFDPhysServiceProgressEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDPhysServiceProgressEvent = procedure (ASender: TFDPhysDriverService; const AMessage: String) of object;

C++

typedef void __fastcall (__closure *TFDPhysServiceProgressEvent)(TFDPhysDriverService* ASender, const System::UnicodeString AMessage);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Phys.pas
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