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 - FindWindow - FD

Windows Controls - FindWindow

Finds a window based on the given criteria. Returns the window handle if successful or 0 if the window is not found.

Contains, Excludes and Exact are optional.

Declaration:

FindWindow(StartsWith, Contains, Excludes: String; Exact: Boolean): Integer;

Source Code

Delphi

Scripting
focuswindow(Findwindow('Properties')); 

Copyright 2023 ConstructConnect