Gets the if the instance will allow the underlying value to be altered after the constructor has been called.
OutputVar := instance.Readonly
Value
Boolean representing true or false.
Gets a boolean value indicating if the derived class will allow the underlying value to be altered after the constructor has been called.
Readonly property
Default value is false. This property only be set in the constructor of the derive class.