System.Rtti.TRttiIndexedProperty.IsWritable

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsWritable: Boolean read GetIsWritable;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiIndexedProperty

説明

そのプロパティが書き込み可能かどうかを示します。

IsWritable は、そのプロパティが書き込み可能かどうかを示します。

関連項目