Data.Bind.DBScope.TCustomBindScopeDB.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: TObject; override;

Properties

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

Description

Returns the assigned dataset.

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

See Also