Data.Bind.DBScope.TCustomBindScopeDB.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

function GetActive: Boolean; virtual;

Description

Returns whether the dataset is active or not.

The GetActive method returns True if the dataset is active, False otherwise.

See Also