Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Switching to a calculated link
#1
During the operation of the program, the text of the link is formed, which you need to direct the user to.

procedure GoToLink;
var
mLink : String;
begin          
          mLink := CreateLink(mParameters);
          ???
end;

Please tell me how to do it?
Reply


Messages In This Thread
Switching to a calculated link - by Сергей Александрович - 12-03-2022, 05:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)