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.

FindWindow

FindWindow



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



Syntax:

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

Contains, Excludes, and Exact are optional.


API Call:

Scripting
focuswindow(Findwindow('Properties')); 

Copyright 2023 ConstructConnect