mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Expose GlobalCEFApp.CheckCEFLibrary
Set TCefApplicationCore.CheckCEFResources as virtual Set TCefApplicationCore.CheckCEFDLL as virtual
This commit is contained in:
parent
fd331e266c
commit
c4d14223a0
@ -363,11 +363,10 @@ type
|
|||||||
function MultiExeProcessing : boolean;
|
function MultiExeProcessing : boolean;
|
||||||
function SingleExeProcessing : boolean;
|
function SingleExeProcessing : boolean;
|
||||||
procedure BeforeInitSubProcess; virtual;
|
procedure BeforeInitSubProcess; virtual;
|
||||||
function CheckCEFResources : boolean;
|
function CheckCEFResources : boolean; virtual;
|
||||||
{$IFDEF MSWINDOWS}
|
{$IFDEF MSWINDOWS}
|
||||||
function CheckCEFDLL : boolean;
|
function CheckCEFDLL : boolean; virtual;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
function CheckCEFLibrary : boolean;
|
|
||||||
procedure ShowErrorMessageDlg(const aError : string); virtual;
|
procedure ShowErrorMessageDlg(const aError : string); virtual;
|
||||||
function ParseProcessType : TCefProcessType;
|
function ParseProcessType : TCefProcessType;
|
||||||
procedure AddCustomCommandLineSwitches(var aKeys, aValues : TStringList); virtual;
|
procedure AddCustomCommandLineSwitches(var aKeys, aValues : TStringList); virtual;
|
||||||
@ -381,6 +380,7 @@ type
|
|||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
procedure AfterConstruction; override;
|
procedure AfterConstruction; override;
|
||||||
procedure AddCustomCommandLine(const aCommandLine : string; const aValue : string = '');
|
procedure AddCustomCommandLine(const aCommandLine : string; const aValue : string = '');
|
||||||
|
function CheckCEFLibrary : boolean;
|
||||||
function StartMainProcess : boolean;
|
function StartMainProcess : boolean;
|
||||||
function StartSubProcess : boolean;
|
function StartSubProcess : boolean;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 374,
|
"InternalVersion" : 375,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "99.2.14.0"
|
"Version" : "99.2.14.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user