Data.DB.TDataSet.CheckInactive
| [–] 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.