Data.Bind.ObjectScope.TBindFieldDefValueReader

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TBindFieldDefValueReader<T> = class(TValueReader<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TBindFieldDefValueReader__1 : public TValueReader__1<T>
Description
Implements functionality to get the value of a particular field definition, using RTTI.