PropertyInfo.CanWrite
From Xojo Documentation
Property (As Boolean )
aPropertyInfo.CanWrite = newBooleanValue
or
BooleanValue = aPropertyInfo.CanWrite
Supported for all project types and targets.
or
BooleanValue = aPropertyInfo.CanWrite
Supported for all project types and targets.
If True, the property is a simple value property or has a Set accessor.
Example
This example checks the CanRead property before taking an action.