Data.Win.ADODB.TCustomADODataSet.CheckActive
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: TCustomADODataSet |
Delphi
procedure CheckActive; override;
C++
virtual void __fastcall CheckActive();
Description
Checks whether the dataset is active.
Data.Win.ADODB.TCustomADODataSet.CheckActive inherits from Data.DB.TDataSet.CheckActive. All content below this line refers to Data.DB.TDataSet.CheckActive.
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.