Data.Bind.ObjectScope.TBindFieldDefValueWriter

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