method ForceWindowToForeground
Forces the form to the foreground, in front of other windows, with focus.
Note: This must be used at the end of a sub-routine, as it will only take effect once the sub-routine has exited. This method cannot be used in the middle of a sub-routine.
For example:
scForm1.ForceWindowToForeground
will force scForm1 to the foreground with focus, once the sub-routine it is contained in is exited.