1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-12-13 21:45:55 +02:00

Show more post information in the SimpleServer demo

Launch the default web browser from the SimpleServer demo.
This commit is contained in:
Salvador Díaz Fau
2025-11-09 18:19:56 +01:00
parent 0c00b11083
commit 5a5548141d
5 changed files with 178 additions and 85 deletions

View File

@@ -78,21 +78,31 @@ object SimpleServerFrm: TSimpleServerFrm
Left = 312
Top = 8
Width = 105
Height = 79
Height = 21
Caption = 'Start'
TabOrder = 3
OnClick = StartBtnClick
end
object StopBtn: TButton
Left = 434
Top = 8
Left = 312
Top = 37
Width = 105
Height = 79
Height = 21
Caption = 'Stop'
Enabled = False
TabOrder = 4
OnClick = StopBtnClick
end
object OpenBtn: TButton
Left = 312
Top = 65
Width = 105
Height = 21
Caption = 'Open web browser'
Enabled = False
TabOrder = 5
OnClick = OpenBtnClick
end
end
object ConnectionLogMem: TMemo
Left = 0