Data.Bind.ObjectScope.TFieldValueWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueWriterData.Bind.ObjectScope.TValueAccessorSystem.TObjectTFieldValueWriter

Delphi

TFieldValueWriter<T> = class(TValueWriter<T>)

C++

template<typename T> class PASCALIMPLEMENTATION TFieldValueWriter__1 : public TValueWriter__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 a value of a particular field, using RTTI.

See Also