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