Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the screen object for a specified screen name.
Syntax
var oScreen = SCREEN(sName) 
Parameters

sName

Required. String that specifies the name of a screen.

 |
 
Return Value

oScreen

Object. A reference to a screen object.

 |
 
Remarks
Useful to access the properties of a specific screen at any point in time during your navigation.
Examples
See Using Screen References .