Data.Bind.ObjectScope.TListBindSourceAdapter.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TListBindSourceAdapter

Delphi

function GetCurrent: TObject; override;

C++

virtual System::TObject* __fastcall GetCurrent();

Description

Getter method for the Current property.

Data.Bind.ObjectScope.TListBindSourceAdapter.GetCurrent inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrent. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrent.

Getter method for the Current property.

GetCurrent returns the current source adapter object.

See Also