GetRefreshMode System Query Command

GETREFRESHMODE System Queries

Gets the refresh mode of a window.

getrefreshmode [WINDOW name]

WINDOW/s The window name. Default=current.

Results:

Returns the refresh mode (ON|OFF|WAIT) to RESULT.

Examples:

getrefreshmode window 'View.1'
say 'Refresh Mode: '||result

 

GetRefreshMode  Command Definition  url:PGScmd/getrefreshmode
  created:2006-03-30 22:20:08   last updated:2006-03-30 22:20:08
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetRefreshMode
Dan Kilroy wrote...2006-05-04 17:18:56

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

mode<ON|OFF|WAIT> = GetRefreshMode ([ALL | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetRefreshMode