System.Rtti.TRttiIndexedProperty.IsWritable

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsWritable: Boolean read GetIsWritable;

C++

__property bool IsWritable = {read=GetIsWritable, 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 écriture.

IsWritable indique si la propriété est accessible en écriture.

Voir aussi