You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-03 21:44:45 +02:00
Update to CEF 120.1.10
Added Lazarus 3.0 support
This commit is contained in:
@@ -16,7 +16,8 @@ uses
|
||||
{$SetPEFlags $20}
|
||||
|
||||
begin
|
||||
GlobalCEFApp := TCefApplication.Create;
|
||||
GlobalCEFApp := TCefApplication.Create;
|
||||
GlobalCEFApp.SetCurrentDir := True;
|
||||
|
||||
// This is the same demo than the JSSimpleWindowBinding but using a different executable for the subprocesses.
|
||||
// Notice that GlobalCEFApp.OnContextCreated is now defined in the SubProcess.
|
||||
|
||||
Reference in New Issue
Block a user