FireDAC.Comp.DataSet.TFDDataSet.IsCursorOpen

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function IsCursorOpen: Boolean; override;

C++

virtual bool __fastcall IsCursorOpen();

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.


See Also