Data.Bind.DBScope.TCustomBindScopeDB.GetValue

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 GetValue: TObject; override;

Description

Returns the assigned dataset.

The GetValue method returns the assigned dataset, if the data source is not nil.

See Also