Data.Bind.ObjectScope.TFieldValueReader

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TFieldValueReader<T> = class(TValueReader<T>)

C++

template<typename T> class PASCALIMPLEMENTATION TFieldValueReader__1 : public TValueReader__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 get a value of a particular field, using RTTI.

See Also