System.Rtti.TRttiIndexedProperty.IsReadable

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsReadable: Boolean read GetIsReadable;

C++

__property bool IsReadable = {read=GetIsReadable, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiIndexedProperty

Description

Indique si la propriété est accessible en lecture.

IsReadable indique si la propriété est accessible en lecture.

Voir aussi