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=
|
||||
PackageDLLOutputDir=
|
||||
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
|
||||
Conditionals=
|
||||
DebugSourceDirs=
|
||||
@ -133,6 +133,9 @@ Comments=
|
||||
[HistoryLists\hlUnitAliases]
|
||||
Count=1
|
||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||
[HistoryLists\hlSearchPath]
|
||||
Count=1
|
||||
Item0=..\..\..\source
|
||||
[HistoryLists\hlOutputDirectorry]
|
||||
Count=1
|
||||
Item0=..\..\..\bin
|
||||
|
@ -94,7 +94,7 @@ OutputDir=..\..\..\bin
|
||||
UnitOutputDir=
|
||||
PackageDLLOutputDir=
|
||||
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
|
||||
Conditionals=
|
||||
DebugSourceDirs=
|
||||
@ -133,6 +133,9 @@ Comments=
|
||||
[HistoryLists\hlUnitAliases]
|
||||
Count=1
|
||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||
[HistoryLists\hlSearchPath]
|
||||
Count=1
|
||||
Item0=..\..\..\source
|
||||
[HistoryLists\hlOutputDirectorry]
|
||||
Count=1
|
||||
Item0=..\..\..\bin
|
||||
|
@ -138,6 +138,8 @@ type
|
||||
{$IFDEF DELPHI18_UP}
|
||||
property TabStop;
|
||||
property Size;
|
||||
{$ENDIF}
|
||||
{$IFNDEF DELPHI25_UP}
|
||||
property OnResized;
|
||||
{$ENDIF}
|
||||
{$IFNDEF DELPHI23_UP}
|
||||
|
@ -275,7 +275,7 @@ begin
|
||||
if FUseQueueThread and (FQueueThread <> nil) and FQueueThread.Ready then
|
||||
FQueueThread.EnqueueValue(integer(delay_ms))
|
||||
else
|
||||
{$IFDEF DELPHI18_UP}
|
||||
{$IFDEF DELPHI25_UP}
|
||||
TThread.ForceQueue(nil,
|
||||
{$ELSE}
|
||||
TThread.Queue(nil,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 366,
|
||||
"InternalVersion" : 367,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "99.2.9.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user