Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: Data.Bind.ObjectScope | |
Delphi
TBindSourceAdapterReadObjectField<T: class> = class(TBindSourceAdapterReadField<T>)
TBindSourceAdapterReadObjectField = class(TBindSourceAdapterReadObjectField<TObject>)
C++
template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadObjectField__1 : public TBindSourceAdapterReadField__1<T>
class PASCALIMPLEMENTATION TBindSourceAdapterReadObjectField : public TBindSourceAdapterReadObjectField__1<System::TObject*>
Description
Represents an adapter field that supports reading of its value using an exposed Value property. It also provides streaming and can be assignable.