You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Update to CEF 80.1.14
This commit is contained in:
@ -565,12 +565,12 @@ type
|
||||
procedure SetAudioMuted(mute: boolean);
|
||||
function IsAudioMuted : boolean;
|
||||
|
||||
property Browser : ICefBrowser read GetBrowser;
|
||||
property WindowHandle : TCefWindowHandle read GetWindowHandle;
|
||||
property OpenerWindowHandle : TCefWindowHandle read GetOpenerWindowHandle;
|
||||
property ZoomLevel : Double read GetZoomLevel write SetZoomLevel;
|
||||
property RequestContext : ICefRequestContext read GetRequestContext;
|
||||
property VisibleNavigationEntry : ICefNavigationEntry read GetVisibleNavigationEntry;
|
||||
property Browser : ICefBrowser read GetBrowser;
|
||||
property WindowHandle : TCefWindowHandle read GetWindowHandle;
|
||||
property OpenerWindowHandle : TCefWindowHandle read GetOpenerWindowHandle;
|
||||
property ZoomLevel : Double read GetZoomLevel write SetZoomLevel;
|
||||
property RequestContext : ICefRequestContext read GetRequestContext;
|
||||
property VisibleNavigationEntry : ICefNavigationEntry read GetVisibleNavigationEntry;
|
||||
end;
|
||||
|
||||
// TCefProcessMessage
|
||||
|
Reference in New Issue
Block a user