Data.Bind.DBScope.TCustomBindScopeDB.GetSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelected: Boolean; virtual;

Properties

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

Description

Returns whether a record is selected in the dataset.

The GetSelected method returns True if a record is selected in the dataset, False otherwise.

See Also