Data.Bind.DBScope.TCustomBindScopeDB.GetSelected
[–] 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.