Data.Bind.ObjectScope.TPropertyValueReader
Delphi
TPropertyValueReader<T> = class(TValueReader<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TPropertyValueReader__1 : public TValueReader__1<T>
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | Data.Bind.ObjectScope |
Description
Implémente la fonctionnalité permettant d'obtenir la valeur d'une propriété, en utilisant RTTI.