System.Rtti.TRttiIndexedProperty.IsWritable

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsWritable: Boolean read GetIsWritable;

C++

__property bool IsWritable = {read=GetIsWritable, nodefault};

Eigenschaften

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

Beschreibung

Gibt an, ob die Eigenschaft schreibbar ist.

IsWritable gibt an, ob die Eigenschaft geschrieben werden kann.

Siehe auch