Delete (ScreenField subroutine)

From m204wiki
Revision as of 08:09, 26 June 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

Delete screenfield (ScreenField class)

The Delete method deletes a screenfield. Any space used by the screenfield is recovered and may be used again by a new screenfield.

Syntax

sfield:Delete

Syntax terms

sfield A reference to an instance of a ScreenField object.

See also