Data.DB.TField.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: TField

Delphi

procedure CheckInactive;

C++

void __fastcall CheckInactive();

Description

Checks whether the dataset is inactive or not.

Call the CheckInactive method to check whether the dataset is inactive or not. If the dataset is active, an exception is raised, otherwise nothing happens.

See Also