You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-12 22:30:17 +02:00
@ -94,7 +94,7 @@ OutputDir=..\..\..\bin
|
|||||||
UnitOutputDir=
|
UnitOutputDir=
|
||||||
PackageDLLOutputDir=
|
PackageDLLOutputDir=
|
||||||
PackageDCPOutputDir=
|
PackageDCPOutputDir=
|
||||||
SearchPath=
|
SearchPath=..\..\..\source
|
||||||
Packages=vclx;vcl;rtl;dsnapcon;dsnap;dbrtl;vcldb;dbexpress;dbxcds;adortl;bdertl;vcldbx;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;CEF4Delphi_D7
|
Packages=vclx;vcl;rtl;dsnapcon;dsnap;dbrtl;vcldb;dbexpress;dbxcds;adortl;bdertl;vcldbx;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;CEF4Delphi_D7
|
||||||
Conditionals=
|
Conditionals=
|
||||||
DebugSourceDirs=
|
DebugSourceDirs=
|
||||||
@ -133,6 +133,9 @@ Comments=
|
|||||||
[HistoryLists\hlUnitAliases]
|
[HistoryLists\hlUnitAliases]
|
||||||
Count=1
|
Count=1
|
||||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||||
|
[HistoryLists\hlSearchPath]
|
||||||
|
Count=1
|
||||||
|
Item0=..\..\..\source
|
||||||
[HistoryLists\hlOutputDirectorry]
|
[HistoryLists\hlOutputDirectorry]
|
||||||
Count=1
|
Count=1
|
||||||
Item0=..\..\..\bin
|
Item0=..\..\..\bin
|
||||||
|
@ -94,7 +94,7 @@ OutputDir=..\..\..\bin
|
|||||||
UnitOutputDir=
|
UnitOutputDir=
|
||||||
PackageDLLOutputDir=
|
PackageDLLOutputDir=
|
||||||
PackageDCPOutputDir=
|
PackageDCPOutputDir=
|
||||||
SearchPath=
|
SearchPath=..\..\..\source
|
||||||
Packages=vclx;vcl;rtl;dsnapcon;dsnap;dbrtl;vcldb;dbexpress;dbxcds;adortl;bdertl;vcldbx;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;CEF4Delphi_D7
|
Packages=vclx;vcl;rtl;dsnapcon;dsnap;dbrtl;vcldb;dbexpress;dbxcds;adortl;bdertl;vcldbx;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;CEF4Delphi_D7
|
||||||
Conditionals=
|
Conditionals=
|
||||||
DebugSourceDirs=
|
DebugSourceDirs=
|
||||||
@ -133,6 +133,9 @@ Comments=
|
|||||||
[HistoryLists\hlUnitAliases]
|
[HistoryLists\hlUnitAliases]
|
||||||
Count=1
|
Count=1
|
||||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||||
|
[HistoryLists\hlSearchPath]
|
||||||
|
Count=1
|
||||||
|
Item0=..\..\..\source
|
||||||
[HistoryLists\hlOutputDirectorry]
|
[HistoryLists\hlOutputDirectorry]
|
||||||
Count=1
|
Count=1
|
||||||
Item0=..\..\..\bin
|
Item0=..\..\..\bin
|
||||||
|
@ -138,6 +138,8 @@ type
|
|||||||
{$IFDEF DELPHI18_UP}
|
{$IFDEF DELPHI18_UP}
|
||||||
property TabStop;
|
property TabStop;
|
||||||
property Size;
|
property Size;
|
||||||
|
{$ENDIF}
|
||||||
|
{$IFNDEF DELPHI25_UP}
|
||||||
property OnResized;
|
property OnResized;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$IFNDEF DELPHI23_UP}
|
{$IFNDEF DELPHI23_UP}
|
||||||
|
@ -275,7 +275,7 @@ begin
|
|||||||
if FUseQueueThread and (FQueueThread <> nil) and FQueueThread.Ready then
|
if FUseQueueThread and (FQueueThread <> nil) and FQueueThread.Ready then
|
||||||
FQueueThread.EnqueueValue(integer(delay_ms))
|
FQueueThread.EnqueueValue(integer(delay_ms))
|
||||||
else
|
else
|
||||||
{$IFDEF DELPHI18_UP}
|
{$IFDEF DELPHI25_UP}
|
||||||
TThread.ForceQueue(nil,
|
TThread.ForceQueue(nil,
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
TThread.Queue(nil,
|
TThread.Queue(nil,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 366,
|
"InternalVersion" : 367,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "99.2.9.0"
|
"Version" : "99.2.9.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user