Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrent
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetCurrent: TObject; virtual;
C++
virtual System::TObject* __fastcall GetCurrent();
Description
Getter method for the Current property.
GetCurrent returns the current source adapter object.