Screen (ScreenField function)

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.

Return the screen object of method object (ScreenField class)

The Screen method returns the Screen object that contains the method object.

Syntax

%screen = sfield:Screen

Syntax terms

%screen A Screen object variable.
sfield A reference to an instance of a ScreenField object, which may be Null.

See also