...
Procedure: ResultPointY: Double;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
var
x, y: double;
begin
if getpoint(x, y, 'Click Point') = 1 then
result := resultpointy; // should be same as y
end; |
...
Procedure: ResultPointY: Double;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
var
x, y: double;
begin
if getpoint(x, y, 'Click Point') = 1 then
result := resultpointy; // should be same as y
end; |