System.Rtti.TRttiIndexedProperty.IsReadable

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsReadable: Boolean read GetIsReadable;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiIndexedProperty

Beschreibung

Gibt an, ob die Eigenschaft lesbar ist.

IsReadable gibt an, ob die Eigenschaft gelesen werden kann.

Siehe auch