Switching to a calculated link

<< Click to Display Table of Contents >>

Navigation:  Forum >

Switching to a calculated link

Forum link

 


 

12-03-2022, 05:10 PM:

 

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?

 


 

02-15-2023, 11:02 PM:

 

Hi Sergey,

 

you want to update the text on the screen directly or just use this to redirect the application to another URL (i.e. change the URL on browser itself)?

 

If you just want to change the text of the link you just need to set the corresponding property. Are you using an IWLink or what?