1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Replace the SetPEFlags code

Remove the outdated license text.
Use the main cef.inc file in all Delphi demos.
Fixed issue #493.
This commit is contained in:
Salvador Díaz Fau
2023-11-26 19:28:28 +01:00
parent 90db9ab70d
commit f764c39cc1
431 changed files with 13125 additions and 43508 deletions

View File

@ -23,7 +23,6 @@ object MainForm: TMainForm
Height = 549
Align = alClient
TabOrder = 0
ExplicitHeight = 530
end
object AddressBarPnl: TPanel
Left = 0
@ -48,7 +47,6 @@ object MainForm: TMainForm
Align = alClient
TabOrder = 0
Text = 'https://www.google.com/'
ExplicitWidth = 754
ExplicitHeight = 21
end
object Panel1: TPanel
@ -80,7 +78,6 @@ object MainForm: TMainForm
Caption = 'Send message'
TabOrder = 1
OnClick = SendMessageBtnClick
ExplicitLeft = 39
end
end
end