CEF4Delphi/demos/Delphi_VCL/VirtualUIBrowser/uVirtualUIBrowserConstants.pas

13 lines
207 B
ObjectPascal
Raw Normal View History

unit uVirtualUIBrowserConstants;
interface
const
// Set this constant to True and load "file://transparency.html" to test a
// transparent browser.
TRANSPARENT_BROWSER = False;
implementation
end.