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
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TBindFieldDefObjectValueReader__1 : public TBindFieldDefValueReader__1<T>

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