mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 08:15:55 +01:00
031eb58ad1
Added Delphi_VCL/VirtualUIBrowser Added Delphi_FMX_Windows/FMXVirtualUIBrowser Added Lazarus_Windows/VirtualUIBrowser
13 lines
207 B
ObjectPascal
13 lines
207 B
ObjectPascal
unit uVirtualUIBrowserConstants;
|
|
|
|
interface
|
|
|
|
const
|
|
// Set this constant to True and load "file://transparency.html" to test a
|
|
// transparent browser.
|
|
TRANSPARENT_BROWSER = False;
|
|
|
|
implementation
|
|
|
|
end.
|