OTX Reference  
OpenTestSystem.Otx.Extensions.HMI.Actions.HighlightScreen Class Reference

Highlights specified window More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.HMI.Actions.HighlightScreen:
Inheritance graph

Public Attributes

ScreenVariable screen
 Variable of type screen, which contains the reference to a form (screen). More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Highlights specified window

The HighlightScreen Activity highlights the specified window, so that the user's attention is drawn to this window.

Syntax
HMI.HighlightScreen(ScreenVariable screen);
ScreenVariable screen
Variable of type screen, which contains the reference to a form (screen).
Definition: HMI.cs:924
Examples
// Signatures
package HMI.ScreenSignature ScreenSignature1(ref Integer ScreenInOutParameter1);
// Global Declarations
public procedure main()
{
// Local Declarations
HMI.Screen ScreenHandle1;
Integer Integer1;
// Flow
HMI.OpenScreen(ScreenHandle1, ScreenSignature1, { ScreenInOutParameter1 = Integer1}, false);
HMI.HighlightScreen(ScreenHandle1);
}

Member Data Documentation

◆ screen

ScreenVariable OpenTestSystem.Otx.Extensions.HMI.Actions.HighlightScreen.screen

Variable of type screen, which contains the reference to a form (screen).