FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.OnCloseDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCloseDataSet: TFDOpenDatasetEvent read FOnCloseDataSet write FOnCloseDataSet;

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.

See Also