Data.Bind.ObjectScope.TBindSourceAdapter.Current
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: TBindSourceAdapter | |
Delphi
property Current: TObject read GetCurrent;
C++
__property System::TObject* Current = {read=GetCurrent};
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.