You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 .

  • No labels