You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Fix issue #487
Added TCEFComponentIdList. Added IChromiumEvents..GetComponentID Added ICEFUrlRequestClientEvents..GetComponentID Added ICefViewDelegateEvents..GetComponentID Added TCefManagedTask. Added TCefChromiumTask. Added TCefViewDelegateTask. Added TCefURLRequestClientTask.
This commit is contained in:
@@ -536,6 +536,9 @@ type
|
||||
function MustCreatePrintHandler : boolean;
|
||||
function MustCreateFrameHandler : boolean;
|
||||
function MustCreatePermissionHandler : boolean;
|
||||
function GetComponentID : integer;
|
||||
|
||||
property ComponentID : integer read GetComponentID;
|
||||
end;
|
||||
|
||||
/// <summary>
|
||||
@@ -568,6 +571,9 @@ type
|
||||
|
||||
// Custom
|
||||
procedure doOnCreateURLRequest;
|
||||
function GetComponentID : integer;
|
||||
|
||||
property ComponentID : integer read GetComponentID;
|
||||
end;
|
||||
|
||||
/// <summary>
|
||||
@@ -589,6 +595,9 @@ type
|
||||
|
||||
// Custom
|
||||
procedure doCreateCustomView;
|
||||
function GetComponentID : integer;
|
||||
|
||||
property ComponentID : integer read GetComponentID;
|
||||
end;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user