Data.Bind.ObjectScope.TBindFieldDefValueWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueWriterData.Bind.ObjectScope.TValueAccessorSystem.TObjectTBindFieldDefValueWriter

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TBindFieldDefValueWriter__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 the value of a particular field definition, using RTTI.

See Also