Data.Bind.ObjectScope.TBindFieldDefObjectValueWriter

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