Screen (ScreenField function)

From m204wiki
Revision as of 04:29, 1 July 2011 by Goff (talk | contribs) (match syntax table to syntax template; edits, tags and links)
Jump to navigation Jump to search

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

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

See also