FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.OnCloseDataSet
Delphi
property OnCloseDataSet;
C++
__property OnCloseDataSet;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Phys.SQLiteVDataSet.pas FireDAC.Phys.SQLiteVDataSet.hpp |
FireDAC.Phys.SQLiteVDataSet | TFDLocalSQL |
Description
The OnCloseDataSet event is fired when the dataset has no more active cursors.
Use the OnOpenDataSet event handler to set up a dataset object before it is read.