Classification
Name |
IsScreenClosedEvent
|
Short Description |
Checks whether the event of a ScreenClosedEventSource term comes
|
Class |
Term
|
Extension |
OTX HMI extension
|
Group |
HMI related terms
|
Exceptions |
-
|
Checker Rules |
-
|
Standard Compliant |
Yes
|
Pseudo-Code Syntax
Boolean IsScreenClosedEvent(Event event);
Description
The term returns TRUE if exactly then the event of a ScreenClosedEventSource term comes. In the case of an optional screen variable is specified, the term will return TRUE if exactly then the event was triggered, because this particular screen was closed.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Event |
Event |
Value |
- |
[1] |
The event, whose type is checked
|
Screen |
Screen |
Variable |
- |
[1] |
Optional are the special screen that triggers the event
|
Examples
Boolean result = IsScreenClosedEvent(myEvent);
See also
ScreenClosedEventSource
ScreenIsOpen