Jump to content

href link on a TuniPopupItem


gesulmino

Recommended Posts

Hello,

I would like to present to the user a popup containing http links in the form of href <a href ..../a>, for example some links to a blog or service. The user can click on an element of the popup and open the corresponding link http in a new browser tab...

Link to comment
Share on other sites

22 hours ago, gesulmino said:

I would like to present to the user a popup containing http links in the form of href <a href ..../a>, for example some links to a blog or service. The user can click on an element of the popup and open the corresponding link http in a new browser tab...

image.png.7bb5eb58ba419ee0eb036aa5526e9a14.png

procedure TMainForm.ItemClickClick(Sender: TObject);
begin
  UniSession.BrowserWindow('https://www.google.com', 0, 0, '_blank');
end;

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...