You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 3.3683.1920.g9f41a27
This commit is contained in:
@@ -65,7 +65,7 @@ type
|
||||
{$IFNDEF FPC}{$IFDEF DELPHI16_UP}[ComponentPlatformsAttribute(pidWin32 or pidWin64)]{$ENDIF}{$ENDIF}
|
||||
TCEFLinkedWindowParent = class(TCEFWinControl)
|
||||
protected
|
||||
FChromium : TChromium;
|
||||
FChromium : TChromium;
|
||||
|
||||
procedure SetChromium(aValue : TChromium);
|
||||
|
||||
@@ -79,7 +79,7 @@ type
|
||||
constructor Create(AOwner : TComponent); override;
|
||||
|
||||
published
|
||||
property Chromium : TChromium read FChromium write SetChromium;
|
||||
property Chromium : TChromium read FChromium write SetChromium;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user