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.

ResultPointY

ResultPointY



Returns the y coordinate from the last Getpoint, Getline or GetRect.



Syntax:

Procedure: ResultPointY: Double;


API Call:

Scripting
var
  x, y: double;

begin
  if getpoint(x, y, 'Click Point') = 1 then
    result := resultpointy;  // should be same as y
end;

Copyright 2023 ConstructConnect