Data.DB.TDataSet.CheckInactive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckInactive; virtual;

C++

virtual void __fastcall CheckInactive();

Properties

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

Description

Checks whether the dataset is inactive.

CheckInactive checks whether the dataset is inactive. If the State of the dataset is active and operations are performed, a database exception is raised.


See Also