Data.Bind.DBScope.TCustomBindScopeDB.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActive: Boolean; virtual;

Properties

Type Visibility Source Unit Parent
function protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Returns whether the dataset is active or not.

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

See Also