API:Data.Bind.ObjectScope.TValueReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueAccessorSystem.TObjectTValueReader

Delphi

TValueReader<T> = class(TValueAccessor)

C++

template<typename T> class PASCALIMPLEMENTATION TValueReader__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 reading and writing a value using RTTI.

Data.Bind.ObjectScope.TValueReader inherits from Data.Bind.ObjectScope.TValueAccessor. All content below this line refers to Data.Bind.ObjectScope.TValueAccessor.

Is the base class for reading and writing a value using RTTI.

TValueAccessor is the parent for the TValueReader and TValueWriter classes.

See Also