WindowUpdate

Syntax

WindowUpdate(Window)

Description

Forces an immediate update cycle for the specified window (or all windows if `Window` is `#Null`). This involves processing any pending layout changes and redrawing the entire window.

Parameters

Window
The handle of the ProGUI window to update. If set to #Null or 0, updates all managed windows.

Return Value

No return value.

Remarks

This function is typically used after making significant changes to a window's layout or content outside of normal event handling, or when needing to ensure the window reflects the latest state immediately.

See Also

WindowRedraw, WidgetUpdate, Layout Management, StartAnimation, AddEventHandler

Supported OS

Windows, Linux