Expose GlobalCEFApp.CheckCEFLibrary

Set TCefApplicationCore.CheckCEFResources as virtual
Set TCefApplicationCore.CheckCEFDLL as virtual
This commit is contained in:
salvadordf 2022-03-31 21:21:18 +02:00
parent fd331e266c
commit c4d14223a0
2 changed files with 4 additions and 4 deletions

View File

@ -363,11 +363,10 @@ type
function MultiExeProcessing : boolean;
function SingleExeProcessing : boolean;
procedure BeforeInitSubProcess; virtual;
function CheckCEFResources : boolean;
function CheckCEFResources : boolean; virtual;
{$IFDEF MSWINDOWS}
function CheckCEFDLL : boolean;
function CheckCEFDLL : boolean; virtual;
{$ENDIF}
function CheckCEFLibrary : boolean;
procedure ShowErrorMessageDlg(const aError : string); virtual;
function ParseProcessType : TCefProcessType;
procedure AddCustomCommandLineSwitches(var aKeys, aValues : TStringList); virtual;
@ -381,6 +380,7 @@ type
destructor Destroy; override;
procedure AfterConstruction; override;
procedure AddCustomCommandLine(const aCommandLine : string; const aValue : string = '');
function CheckCEFLibrary : boolean;
function StartMainProcess : boolean;
function StartSubProcess : boolean;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 374,
"InternalVersion" : 375,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "99.2.14.0"
}