To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

FocusWindow

FocusWindow



Put user focus back on application main window.



Syntax:

Procedure: FocusWindow(Hwnd: Integer);


API Call:

Scripting
frm := newform(200,200, 'My Window');
frm.show;
focuswindow(frm.handle);  // not really needed here

Copyright 2023 ConstructConnect