Data.Bind.ObjectScope.TBindSourceAdapter.Current
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.