Data.DB.TDataSet.CheckActive

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 CheckActive; virtual;

C++

virtual void __fastcall CheckActive();

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