mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01: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.
|