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

User Input - ResultPointX

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

Declaration:

ResultPointX: Double;

Source Code

Delphi

Scripting
var
  x, y: double;

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

Copyright 2023 ConstructConnect