API:Data.Bind.ObjectScope.TBindFieldDefValueReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueReaderData.Bind.ObjectScope.TValueAccessorSystem.TObjectTBindFieldDefValueReader

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TBindFieldDefValueReader__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

Is the base class for reading a value using RTTI.

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

Is the base class for reading a value using RTTI.

See Also