Data.Bind.ObjectScope.TBindFieldDefObjectValueWriter

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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