Data.DB.TDataSet.CheckActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckActive; virtual;

C++

virtual void __fastcall CheckActive();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Checks whether the dataset is active.

CheckActive checks whether the dataset is active. If the State of the dataset is 'dsInactive', a database exception is raised.


See Also