Data.Bind.ObjectScope.TValueReaderFunc

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TValueReaderFunc<T> = class(TValueReader<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TValueReaderFunc__1 : public TValueReader__1<T>
Description
Is the base class for reading a value using RTTI.
Data.Bind.ObjectScope.TValueReaderFunc 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.