Data.Bind.DBScope.TCustomBindScopeDB.GetSelected

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 GetSelected: Boolean; virtual;

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