Data.DB.TField.CheckInactive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckInactive;

C++

void __fastcall CheckInactive();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

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