FireDAC.Comp.Client.TFDGetDatasetEvent
C++
typedef void __fastcall (__closure *TFDGetDatasetEvent)(System::TObject* ASender, const System::UnicodeString ASchemaName, const System::UnicodeString AName, Data::Db::TDataSet* &ADataSet, bool &AOwned);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FireDAC.Comp.Client.hpp | FireDAC.Comp.Client | FireDAC.Comp.Client |
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 |