RefreshThis

SUMMARY

The Object bound to the Job is refreshed.

SYNTAX

RefreshThis();

DESCRIPTION

Stack
  1. No Change

Wirkung
The Object bound to the Job is completely refreshed; refresh scripts are newly translated and executed; Graphic Objects are redrawn.

This job is needed to initiate a refresh if changes in the system occur that are not represented by a Data Object or another value from the Refresh-Server.

Example:
Zoom()
ShowLayer().

EXAMPLES

RefreshThis();


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times