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.

User Input - ResultPointY - FD

User Input - ResultPointY

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

Declaration:

ResultPointY: Double;

Source Code

Delphi

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