You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Rename references in demos
This commit is contained in:
@@ -61,13 +61,13 @@ object Form1: TForm1
|
||||
Text = 'https://www.google.com'
|
||||
end
|
||||
end
|
||||
object LazarusBrowserWindow1: TBrowserWindow
|
||||
object BrowserWindow1: TBrowserWindow
|
||||
Left = 0
|
||||
Height = 566
|
||||
Top = 23
|
||||
Width = 967
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
OnBrowserClosed = LazarusBrowserWindow1BrowserClosed
|
||||
OnBrowserClosed = BrowserWindow1BrowserClosed
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user