Data.Bind.ObjectScope.TBindFieldDefObjectValueWriter

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TBindFieldDefObjectValueWriter<T: class> = class(TBindFieldDefValueWriter<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TBindFieldDefObjectValueWriter__1 : public TBindFieldDefValueWriter__1<T>
Description
Implements functionality to set the value of a particular object from a field definition, using RTTI.