API:Data.Bind.ObjectScope.TValueWriterProc

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueWriterData.Bind.ObjectScope.TValueAccessorSystem.TObjectTValueWriterProc
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TValueWriterProc__1 : public TValueWriter__1<T>

Description

Is the base class for setting a value using RTTI.

Data.Bind.ObjectScope.TValueWriterProc inherits from Data.Bind.ObjectScope.TValueWriter. All content below this line refers to Data.Bind.ObjectScope.TValueWriter.

Is the base class for setting a value using RTTI.

See Also