Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Trigger Tlink navigation
Mon, Oct 15 2018 6:22 PMPermanent Link

jdforce

Avatar

How to I navigate away from the EWB app using a button?  I tried to trigger a link but the Tlink component does not have a "gotoURL" method or any method.
Maybe is possible using javascript but I assume I should be able to do it on normal pascal.

In delphi, is just a matter of this code on button click:  mylink.onclick(self);

Thanks, JD.

Tue, Oct 16 2018 5:33 AMPermanent Link

Uli Becker

mylink.DoClick

Uli
Image