You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed event assignments in BrowserWindowDom
This commit is contained in:
@@ -9,7 +9,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
|
||||
@@ -27,16 +27,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'
|
||||
@@ -68,6 +68,8 @@ object Form1: TForm1
|
||||
Width = 967
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
Chromium.OnBeforePopup = Chromium1BeforePopup
|
||||
Chromium.OnOpenUrlFromTab = Chromium1OpenUrlFromTab
|
||||
OnBrowserClosed = BrowserWindow1BrowserClosed
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user