Jump to content
Registration disabled at the moment Read more... ×
ujje

function TCustomEdgeBrowser.Navigate(const AUri: string) => Only the above functions exist I'm looking for an answer on how to solve it.

Recommended Posts

I am migrating from Delphi XE8 to Delphi 11.

 

In Delphi xe8, I used the post method using TWebBrowser.Navigate(URL, Flags, TargetFrameName, PostData, Headers) .

 

However, in Delphi 11, I tried to call the post method through edgebrowser (or TWebBrowser's edge engine), but it was found to be impossible.

 

function TCustomEdgeBrowser.Navigate(const AUri: string)
=> Only the above functions exist

 

I'm looking for an answer on how to solve it.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×