Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Change TCefRequestContextRef

Post Reply
thefunkyjoint
Posts: 460
Joined: Thu Aug 10, 2017 12:40 pm

Change TCefRequestContextRef

Post by thefunkyjoint »

Hello,

Is there a way to change the TCefRequestContextRef after you call CreateBrowser(windowParent, '', TempContext) ?

Or the only way to change it is to destroying the browser and create it again ?
User avatar
salvadordf
Posts: 4056
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Change TCefRequestContextRef

Post by salvadordf »

CEF only allows to set the request context when we create the browsers. It's not possible to replace it after that.
thefunkyjoint
Posts: 460
Joined: Thu Aug 10, 2017 12:40 pm

Re: Change TCefRequestContextRef

Post by thefunkyjoint »

Understood, thanks !
Post Reply