You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 114.2.13
This commit is contained in:
@ -83,6 +83,9 @@ const
|
||||
CHROMEELF_DLL = uCefApplicationCore.CHROMEELF_DLL;
|
||||
|
||||
type
|
||||
/// <summary>
|
||||
/// Main class used to simplify the CEF initialization and destruction.
|
||||
/// </summary>
|
||||
TCefApplication = class(TCefApplicationCore)
|
||||
protected
|
||||
FDestroyApplicationObject : boolean;
|
||||
|
Reference in New Issue
Block a user