Data.Bind.ObjectScope.TBindSourceAdapter.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TObject read GetCurrent;

C++

__property System::TObject* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Indicates the current source adapter object.

Read Current to get the current source adapter object. This property uses the getter method GetCurrent that returns the current source adapter object.

See Also