API:IBX.IBCustomDataSet.TIBCustomDataSet.IsCursorOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCursorOpen: Boolean; override;

C++

virtual bool __fastcall IsCursorOpen();

Properties

Type Visibility Source Unit Parent
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Tests whether the dataset is open.

IBX.IBCustomDataSet.TIBCustomDataSet.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