Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×