PushBack method

Moves the display behind all other windows.
Do not use the PushBack method with a display that is docked. Attempts to do so, raise the error gfxErrorMoveResize.
Syntax
Display
.
PushBack
where
Display
– is the name of a Display object or an expression that evaluates to a Display object.
Remarks
  • This method is similar to the PushBack command.
  • If the display had input focus, focus will be moved to the next display in the tab order.
  • If the display type is On Top, it is moved behind all other On Top type displays, but in front of all Replace and Overlay type displays.
  • 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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal