Page 2 of 2

Re: Opening a PDF File

Posted: Fri Jan 14, 2022 8:54 am
by salvadordf
The latest stable WebView2 nuget package included several functions to show the download window.
  • TWVBrowserBase.OpenDefaultDownloadDialog
  • TWVBrowserBase.CloseDefaultDownloadDialog
  • TWVBrowserBase.IsDefaultDownloadDialogOpen
  • TWVBrowserBase.DefaultDownloadDialogCornerAlignment
  • TWVBrowserBase.DefaultDownloadDialogMargin
All of them are available in the latest WebView4Delphi version.