ReadOnly controls whether a component can be used for input
Member of List Edit Field Current Item (PRIM_MD.ListEditCurrentItem)
Data Type - Boolean
The ReadOnly property determines whether a control can be used for input. ReadOnly differs from the Enabled property in that the control can still respond to user actions. Readonly modifies the behavior of the visual control. It does not affect any associated data variable.
Febuary 18 V14SP2