Data.Bind.ObjectScope.TBindFieldDefObjectValueWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindFieldDefValueWriterData.Bind.ObjectScope.TValueWriterData.Bind.ObjectScope.TValueAccessorSystem.TObjectTBindFieldDefObjectValueWriter

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.

See Also