System.Rtti.TRttiIndexedProperty.IsWritable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsWritable: Boolean read GetIsWritable;

C++

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

Properties

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

Description

Indicates whether the property is writable.

IsWritable indicates whether the property can be written.

See Also