screenShow command
Use the screenShow command to force document views to be refreshed.
Syntax
screenShow [document | view]
Parameters
document Use the optional document parameter to force all the views of the current document to be refreshed. view Use the optional view parameter to force only the current document view to be refreshed.
Status
The status parameter is not affected by this command.
Description
If you specify no parameter for the screenShow command, all of the document views will be refreshed.
You do not normally have to issue the screenShow command since it is done implicitly after every user action has completed. It may be necessary though if you are using the programming interface to work with a document view outside of the context of a user action.
Examples
screenShow screenShow document
Editor commands and carameters