Page 1 of 1

Change TCefRequestContextRef

Posted: Fri Jan 19, 2024 12:34 pm
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 ?

Re: Change TCefRequestContextRef

Posted: Sat Jan 20, 2024 5:13 pm
by salvadordf
CEF only allows to set the request context when we create the browsers. It's not possible to replace it after that.

Re: Change TCefRequestContextRef

Posted: Mon Jan 22, 2024 5:05 pm
by thefunkyjoint
Understood, thanks !