Move method (Application object)
Moves the display to the specified position and optionally resizes it.
Syntax
Application
.Move
Left
, [Top
], [Width
], [Height
]where
Application
– is the name of a FactoryTalk View SE
Client Application object or an expression that evaluates to a FactoryTalk View SE
Client Application object.Left
– is a parameter of the type Long that specifies the distance, in pixels, between the external left edge of the main window and the left edge of the desktopTop
– is an optional parameter of the type Long that specifies the distance, in pixels, between the external top edge of the main window and the top edge of the desktop.Width
– is an optional parameter of the type Long that specifies the external width, in pixels, of the main window, including the borders and the title bar.Height
– is an optional parameter of the type Long that specifies the external height, in pixels, of the main window, including the borders and the title bar.Remarks
When testing the animation in displays in the Graphic Display editor, calls to this method raise an error with Err.Number equal to gfxErrorTestAnimation.
Provide Feedback