FireDAC.Comp.Client.TFDOperationFinishedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDOperationFinishedEvent = procedure (ASander: TObject; AState: TFDStanAsyncState;
AException: Exception) of object;

C++

typedef void __fastcall (__closure *TFDOperationFinishedEvent)(System::TObject* ASander, Firedac::Stan::Intf::TFDStanAsyncState AState, System::Sysutils::Exception* AException);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

TFDOperationFinishedEvent is a callback procedure used by the TFDCustomCommand class.

TFDOperationFinishedEvent is a type of callback procedure that is called by the Fetch procedure of the TFDCustomCommand class.

See Also