System.Rtti.TRttiIndexedProperty.IsReadable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsReadable: Boolean read GetIsReadable;

C++

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

Properties

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

Description

Indicates whether the property is readable.

IsReadable indicates whether the property can be read.

See Also