You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Fixed incorrect type definitions
Fixed TCefCustomStringList.GetHandle return value type
This commit is contained in:
@@ -6648,7 +6648,7 @@ type
|
||||
/// error text and |failedUrl| is the URL that failed to load. See
|
||||
/// net\base\net_error_list.h for complete descriptions of the error codes.
|
||||
/// </summary>
|
||||
procedure OnLoadError(const browser: ICefBrowser; const frame: ICefFrame; errorCode: Integer; const errorText, failedUrl: ustring);
|
||||
procedure OnLoadError(const browser: ICefBrowser; const frame: ICefFrame; errorCode: TCefErrorCode; const errorText, failedUrl: ustring);
|
||||
/// <summary>
|
||||
/// Custom procedure to clear all references.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user