You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Preliminary Delphi7 support, CommandLine with values, Custom libcef.dll path
This commit is contained in:
@@ -50,7 +50,7 @@ uses
|
||||
uCEFBase, uCEFInterfaces, uCEFTypes;
|
||||
|
||||
type
|
||||
TCefRequestContextHandlerProc = reference to function: ICefCookieManager;
|
||||
TCefRequestContextHandlerProc = {$IFDEF DELPHI12_UP}reference to{$ENDIF} function: ICefCookieManager;
|
||||
|
||||
TCefRequestContextHandlerRef = class(TCefBaseRef, ICefRequestContextHandler)
|
||||
protected
|
||||
|
||||
Reference in New Issue
Block a user