DeepDiscard (ScreenField subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Do deep discard of a ScreenField object (ScreenField class)

[Introduced in Sirius Mods 8.0]

Although a generic Discard of a ScreenField is not allowed, you can use the DeepDiscard method to explicitly discard a ScreenField object.

Note: DeepDiscard explicitly discards the method object as well as the Screen object with which it is associated.

Syntax

sfield:DeepDiscard

Syntax terms

sfield A ScreenField object, which may be Null.

See also