You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-12 22:30:17 +02:00
Update to CEF 117.1.5
This commit is contained in:
@ -282,7 +282,13 @@ type
|
||||
procedure RemoveAllAccelerators;
|
||||
|
||||
public
|
||||
/// <summary>
|
||||
/// Returns a ICefWindow instance using a PCefWindow data pointer.
|
||||
/// </summary>
|
||||
class function UnWrap(data: Pointer): ICefWindow;
|
||||
/// <summary>
|
||||
/// Create a new Window.
|
||||
/// </summary>
|
||||
class function CreateTopLevel(const delegate: ICefWindowDelegate): ICefWindow;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user