Open main menu

RAD Studio API Documentation β

Data.DB.TDataSet.CheckInactive

Delphi

procedure CheckInactive; virtual;

C++

virtual void __fastcall CheckInactive(void);

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