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.

Windows Controls - FocusWindow - FD

Windows Controls - FocusWindow

Gives focus to the window given by Hwnd.

Declaration:

FocusWindow(Hwnd: Integer);

Source Code

Delphi

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

Copyright 2023 ConstructConnect