FireDAC.Comp.Client.TFDOperationFinishedEvent
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);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
type typedef |
public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
説明
TFDOperationFinishedEvent は、TFDCustomCommand クラスで使用されるコールバック手続きです。
TFDOperationFinishedEvent は、TFDCustomCommand クラスの Fetch 手続きで呼び出されるコールバック手続きの型です。