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:
@@ -47,7 +47,7 @@ unit uCEFBinaryValue;
|
||||
interface
|
||||
|
||||
uses
|
||||
uCEFBase, uCEFInterfaces;
|
||||
uCEFBase, uCEFInterfaces, uCEFTypes;
|
||||
|
||||
type
|
||||
TCefBinaryValueRef = class(TCefBaseRef, ICefBinaryValue)
|
||||
@@ -68,7 +68,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
uCEFMiscFunctions, uCEFLibFunctions, uCEFTypes;
|
||||
uCEFMiscFunctions, uCEFLibFunctions;
|
||||
|
||||
function TCefBinaryValueRef.Copy: ICefBinaryValue;
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user