You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 104.4.18
This commit is contained in:
README.md
demos
Delphi_VCL
JavaScript
JSSharedMemoryProcMessage
MiniBrowser
Lazarus_Windows
JavaScript
JSSharedMemoryProcMessage
MiniBrowser
source
uCEFApplicationCore.pasuCEFChromiumCore.pasuCEFChromiumEvents.pasuCEFClient.pasuCEFConstants.pasuCEFContextMenuHandler.pasuCEFDisplayHandler.pasuCEFInterfaces.pasuCEFLibFunctions.pasuCEFMediaAccessCallback.pasuCEFMediaAccessHandler.pasuCEFPermissionHandler.pasuCEFPermissionPromptCallback.pasuCEFProcessMessage.pasuCEFRenderHandler.pasuCEFRunQuickMenuCallback.pasuCEFSharedMemoryRegion.pasuCEFSharedProcessMessageBuilder.pasuCEFTypes.pas
update_CEF4Delphi.json@ -0,0 +1,97 @@
|
||||
object MainForm: TMainForm
|
||||
Left = 444
|
||||
Height = 579
|
||||
Top = 161
|
||||
Width = 878
|
||||
Caption = 'JSSharedMemoryProcMessage'
|
||||
ClientHeight = 579
|
||||
ClientWidth = 878
|
||||
Color = clBtnFace
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
OnCloseQuery = FormCloseQuery
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '2.2.2.0'
|
||||
object CEFWindowParent1: TCEFWindowParent
|
||||
Left = 0
|
||||
Height = 559
|
||||
Top = 20
|
||||
Width = 878
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
end
|
||||
object AddressBarPnl: TPanel
|
||||
Left = 0
|
||||
Height = 20
|
||||
Top = 0
|
||||
Width = 878
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 20
|
||||
ClientWidth = 878
|
||||
DoubleBuffered = True
|
||||
Enabled = False
|
||||
ParentDoubleBuffered = False
|
||||
TabOrder = 1
|
||||
object AddressEdt: TEdit
|
||||
Left = 0
|
||||
Height = 20
|
||||
Top = 0
|
||||
Width = 750
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
Text = 'https://www.google.com/'
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 750
|
||||
Height = 20
|
||||
Top = 0
|
||||
Width = 128
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 20
|
||||
ClientWidth = 128
|
||||
TabOrder = 1
|
||||
object GoBtn: TButton
|
||||
Left = 0
|
||||
Height = 20
|
||||
Top = 0
|
||||
Width = 31
|
||||
Align = alLeft
|
||||
Caption = 'Go'
|
||||
OnClick = GoBtnClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object SendMessageBtn: TButton
|
||||
Left = 40
|
||||
Height = 20
|
||||
Top = 0
|
||||
Width = 88
|
||||
Align = alRight
|
||||
Caption = 'Send message'
|
||||
OnClick = SendMessageBtnClick
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
object Chromium1: TChromium
|
||||
OnProcessMessageReceived = Chromium1ProcessMessageReceived
|
||||
OnBeforePopup = Chromium1BeforePopup
|
||||
OnAfterCreated = Chromium1AfterCreated
|
||||
OnBeforeClose = Chromium1BeforeClose
|
||||
OnClose = Chromium1Close
|
||||
Left = 16
|
||||
Top = 40
|
||||
end
|
||||
object Timer1: TTimer
|
||||
Enabled = False
|
||||
Interval = 300
|
||||
OnTimer = Timer1Timer
|
||||
Left = 16
|
||||
Top = 96
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user