Data.Bind.ObjectScope.TValueWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueAccessorSystem.TObjectTValueWriter

Delphi

TValueWriter<T> = class(TValueAccessor)

C++

template<typename T> class PASCALIMPLEMENTATION TValueWriter__1 : public TValueAccessor

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Is the base class for setting a value using RTTI.

See Also