Readonly

Namespace ›› System ›› MfBigInt ›› Properties ››
Parent Previous Next

Readonly

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

Gets a boolean value indicating if the derived class will allow the underlying value to be altered after the constructor has been called.

Remarks

Readonly property
Default value is false. This property only be set in the constructor of the derive class.