Data.Bind.ObjectScope.TBindSourceAdapterReadWriteObjectField

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TBindSourceAdapterReadWriteObjectField<T: class> = class(TBindSourceAdapterReadWriteField<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadWriteObjectField__1 : public TBindSourceAdapterReadWriteField__1<T>
Description
Represents an adapter field that supports reading and writing of its value using an exposed Value property. It also provides streaming and is assignable.