You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 115.3.11
This commit is contained in:
@@ -57,6 +57,12 @@ uses
|
||||
uCEFTypes, uCEFInterfaces, uCEFBaseRefCounted, uCEFSchemeRegistrar, uCEFApplicationCore;
|
||||
|
||||
type
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <see cref="uCEFInterfaces|ICefApp">Implements ICefApp</see>
|
||||
/// </remarks>
|
||||
TCefAppOwn = class(TCefBaseRefCountedOwn, ICefApp)
|
||||
protected
|
||||
procedure OnBeforeCommandLineProcessing(const processType: ustring; const commandLine: ICefCommandLine); virtual; abstract;
|
||||
|
||||
Reference in New Issue
Block a user