Difference between revisions of "Extensions.HMI.ScreenClosedEventSource"

From emotive
Jump to navigation Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | ScreenClosedEventSource | Screen used as an event source when the window | Term | HMI|OTX HMI extens...")
 
Line 1: Line 1:
[[Category:DiagCom]]
+
[[Category:HMI]]
 
== Classification ==
 
== Classification ==
 
{{ClassificationActivity | ScreenClosedEventSource | Screen used as an event source when the window | [[Term]] | [[HMI|OTX HMI extension]] | [[HMI related terms]] | - | - }}
 
{{ClassificationActivity | ScreenClosedEventSource | Screen used as an event source when the window | [[Term]] | [[HMI|OTX HMI extension]] | [[HMI related terms]] | - | - }}

Revision as of 07:43, 4 August 2014

Classification

Name ScreenClosedEventSource
Short Description Screen used as an event source when the window
Class Term
Extension OTX HMI extension
Group HMI related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

EventSource ScreenClosedEventSource(Screen screen);

Description

The ScreenClosedEventSource term takes a screen to object, from an event source is made. This term allows for OTX sequence a screen as an event source in connection with the OTX EventHandling library to use. A screen will trigger an event if the specified screen is closed.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
EventSource Event source from a screen object.

Properties

Name Data Type Class Default Cardinality Description
Screen Screen Term - [1] The screen, which is connected the event source

Examples

EventSource result = ScreenClosedEventSource(screen);

See also

IsScreenClosedEvent
ScreenIsOpen