mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
141e177483
Added TCEFBrowserBitmap Use TCEFBrowserBitmap in the ConsoleBrowser2 and WebpageSnapshot demos. Fixed issue #445
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
object Service1: TService1
|
|
OnCreate = ServiceCreate
|
|
DisplayName = 'WindowsServiceBrowser'
|
|
OnStart = ServiceStart
|
|
OnStop = ServiceStop
|
|
Height = 480
|
|
Width = 640
|
|
end
|