Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TObject; virtual;

C++

virtual System::TObject* __fastcall GetCurrent();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method for the Current property.

GetCurrent returns the current source adapter object.

See Also