FireDAC.Comp.DataSet.TFDDataSet.IsCursorOpen
Delphi
function IsCursorOpen: Boolean; override;
C++
virtual bool __fastcall IsCursorOpen();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Tests whether the dataset is open.
FireDAC.Comp.DataSet.TFDDataSet.IsCursorOpen inherits from Data.DB.TDataSet.IsCursorOpen. All content below this line refers to Data.DB.TDataSet.IsCursorOpen.
Tests whether the dataset is open.
IsCursorOpen tests whether the dataset is open and returns True if the dataset is open and False otherwise. Note that the method is abstract so every TDataSet descendant must implement it in its specific way.