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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
Is it possible somehow to set CEF setting, which accepts values of type 'dictionary'? I want to set multiple spelling dictionaries. In C# CEF this is handled as following, but I don't see dictionary version of UpdatePreference in Cef4Delphi:
The TChromium.UpdateProxyPrefs function in uCEFChromium.pas has an example about setting preferences with a ICefDictionaryValue.
I haven't checked but the dictionaries preference that you mention might need a ICefListValue instead of a ICefDictionaryValue. You should set a ICefListValue in a similar way than ICefDictionaryValue.