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

Update to CEF 3.3202.1677.gd04a869

This commit is contained in:
Salvador Díaz Fau
2017-11-01 09:38:38 +01:00
parent 38098cc91b
commit 8becf848e9
46 changed files with 150 additions and 91 deletions

View File

@ -61,4 +61,11 @@ object Form1: TForm1
OnClick = GoBtnClick
end
end
object Timer1: TTimer
Enabled = False
Interval = 200
OnTimer = Timer1Timer
Left = 552
Top = 264
end
end