FireDAC.Comp.Client.TFDGetDatasetEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: FireDAC.Comp.Client | |
Delphi
TFDGetDatasetEvent = procedure (ASender: TObject; const ASchemaName, AName: String;
var ADataSet: TDataSet; var AOwned: Boolean) of object;
C++
typedef void __fastcall (__closure *TFDGetDatasetEvent)(System::TObject* ASender, const System::UnicodeString ASchemaName, const System::UnicodeString AName, Data::Db::TDataSet* &ADataSet, bool &AOwned);
Description
TFDGetDatasetEvent is the function type for an OnGetDataSet event.
TFDGetDatasetEvent has the following parameters:
| Parameter | Meaning |
|---|---|
|
|
The reference to the dataset. |
|
|
The dataset name. |
|
|
The dataset that the event handler returns. |
|
|
The Dataset adapter that the event handler returns. The event handler must return |