API:Data.Bind.ObjectScope.TBindFieldDefObjectValueReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindFieldDefValueReaderData.Bind.ObjectScope.TValueReaderData.Bind.ObjectScope.TValueAccessorSystem.TObjectTBindFieldDefObjectValueReader

Delphi

TBindFieldDefObjectValueReader<T: class> = class(TBindFieldDefValueReader<T>)

C++

template<typename T> class PASCALIMPLEMENTATION TBindFieldDefObjectValueReader__1 : public TBindFieldDefValueReader__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 the value of a particular field definition, using RTTI.

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

Implements functionality to get the value of a particular field definition, using RTTI.

See Also