Data.DB.TDataSet.CheckInactive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure CheckInactive; virtual;

C++

virtual void __fastcall CheckInactive();

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