1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Update to CEF 128.4.8

This commit is contained in:
Salvador Díaz Fau
2024-09-03 17:26:03 +02:00
parent ed52c6144c
commit 55a70a998e
338 changed files with 10558 additions and 16111 deletions

View File

@ -10,7 +10,7 @@ object Form1: TForm1
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.2.6.0'
LCLVersion = '3.4.0.0'
object AddressPnl: TPanel
Left = 0
Height = 23
@ -29,16 +29,16 @@ object Form1: TForm1
Width = 35
Align = alRight
Caption = 'Go'
OnClick = GoBtnClick
TabOrder = 0
OnClick = GoBtnClick
end
object AddressEdt: TComboBox
Left = 0
Height = 24
Height = 23
Top = 0
Width = 932
Align = alClient
ItemHeight = 16
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'https://www.google.com'

View File

@ -104,7 +104,7 @@ procedure TForm1.FormCreate(Sender: TObject);
begin
FCanClose := False;
FClosing := False;
Chromium1.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
Chromium1.DefaultURL := UTF8Decode(AddressEdt.Text);
end;