FireDAC.Comp.Client.TFDOperationFinishedEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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