Forces the redrawing the current Form or the specified Control.
Action available for the following operating systems:
Parameters
Object Type
Form - Forces the graphical refreshment of the current Form.
Control - Forces the graphical refreshment of the specified Control.
During the execution of an Event, it’s possible that the Form isn’t refreshed (if you change the Background or set a Control to visible, etc), so you need to call this Action to force that graphical refresh.