IsReadOnly - property of object PmNumber
Description:
Finding out if the object value is for read only or for read and write
Syntax:
IsReadOnly As Boolean
Calling:
b = oNumber.IsReadOnly
Note:
Property access for
read only. The value of this property is defined in the "
Read only" configurator of this object. If the object value is for read only (constant), then the method returns
true, otherwise it returns
false.