salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.2k stars 365 forks source link

E2003 Undeclared identifier: 'UserDataPath' #471

Closed gouling closed 1 year ago

gouling commented 1 year ago

Cef := TCefApplication.Create; Cef.UserDataPath E2003 Undeclared identifier: 'UserDataPath'

salvadordf commented 1 year ago

That property was removed from the CEF settings in the version 115. Read this forum thread for more information.

gouling commented 1 month ago

Delete this, thank you.