Refreshes a Widget window and runs the "Refresh widget" event.
WidgetDisplay(WIN_Widget1)
// "Refresh the WIN_Widget widget" event
// Refreshes the APT
RefreshAPT()
WidgetDisplay(WIN_Details)
Syntax
WidgetDisplay([<Window used>])
<Window used>: Optional window name
Name of the Widget window to be refreshed.
Remarks
Displaying the Widget window
Widget windows are displayed by the process that manages the device's home screen. Widgets are not refreshed permanently but only in the following cases:
- After adding a new instance of the widget to the Home screen.
- After clicking the widget (or one of its controls).
- After updating the content of the widget.
WidgetDisplay forces the display to be refreshed. This function also runs the "Refresh widget" event in the Widget window.
Business / UI classification: UI Code