FireDAC.Comp.Client.TFDOperationFinishedEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

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);

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