You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
TCefFileDialogMode and TCefDuplexMode defined as constants
- Added more parameter checks in CefRegisterExtension - Minor change registering the extension in JSExtension demo. The TempHandler reference is valid until it reaches the "finally".
This commit is contained in:
@@ -79,7 +79,7 @@ uses
|
||||
|
||||
class function TCefv8ContextRef.Current: ICefv8Context;
|
||||
begin
|
||||
Result := UnWrap(cef_v8context_get_current_context())
|
||||
Result := UnWrap(cef_v8context_get_current_context());
|
||||
end;
|
||||
|
||||
function TCefv8ContextRef.Enter: Boolean;
|
||||
@@ -89,7 +89,7 @@ end;
|
||||
|
||||
class function TCefv8ContextRef.Entered: ICefv8Context;
|
||||
begin
|
||||
Result := UnWrap(cef_v8context_get_entered_context())
|
||||
Result := UnWrap(cef_v8context_get_entered_context());
|
||||
end;
|
||||
|
||||
function TCefv8ContextRef.Exit: Boolean;
|
||||
|
||||
Reference in New Issue
Block a user