mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +02:00
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.
|