Data.Bind.ObjectScope.TPropertyValueReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueReaderData.Bind.ObjectScope.TValueAccessorSystem.TObjectTPropertyValueReader

Delphi

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

C++

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

Implements functionality to get the value of a property, using RTTI.

See Also