89 lines
3.9 KiB
C++
89 lines
3.9 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFChromiumOptions.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFChromiumOptionsHPP
|
|
#define uCEFChromiumOptionsHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#if defined(__BORLANDC__) && !defined(__clang__)
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member
|
|
#endif
|
|
#pragma pack(push,8)
|
|
#include <System.hpp>
|
|
#include <SysInit.hpp>
|
|
#include <System.Classes.hpp>
|
|
#include <uCEFTypes.hpp>
|
|
#include <uCEFConstants.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Ucefchromiumoptions
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TChromiumOptions;
|
|
//-- type declarations -------------------------------------------------------
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TChromiumOptions : public System::Classes::TPersistent
|
|
{
|
|
typedef System::Classes::TPersistent inherited;
|
|
|
|
protected:
|
|
int FWindowlessFrameRate;
|
|
Uceftypes::TCefState FJavascript;
|
|
Uceftypes::TCefState FJavascriptCloseWindows;
|
|
Uceftypes::TCefState FJavascriptAccessClipboard;
|
|
Uceftypes::TCefState FJavascriptDomPaste;
|
|
Uceftypes::TCefState FImageLoading;
|
|
Uceftypes::TCefState FImageShrinkStandaloneToFit;
|
|
Uceftypes::TCefState FTextAreaResize;
|
|
Uceftypes::TCefState FTabToLinks;
|
|
Uceftypes::TCefState FLocalStorage;
|
|
Uceftypes::TCefState FDatabases;
|
|
Uceftypes::TCefState FWebgl;
|
|
Uceftypes::TCefColor FBackgroundColor;
|
|
Uceftypes::TCefState FChromeStatusBubble;
|
|
Uceftypes::TCefState FChromeZoomBubble;
|
|
|
|
public:
|
|
__fastcall virtual TChromiumOptions();
|
|
|
|
__published:
|
|
__property Uceftypes::TCefState Javascript = {read=FJavascript, write=FJavascript, default=0};
|
|
__property Uceftypes::TCefState JavascriptCloseWindows = {read=FJavascriptCloseWindows, write=FJavascriptCloseWindows, default=0};
|
|
__property Uceftypes::TCefState JavascriptAccessClipboard = {read=FJavascriptAccessClipboard, write=FJavascriptAccessClipboard, default=0};
|
|
__property Uceftypes::TCefState JavascriptDomPaste = {read=FJavascriptDomPaste, write=FJavascriptDomPaste, default=0};
|
|
__property Uceftypes::TCefState ImageLoading = {read=FImageLoading, write=FImageLoading, default=0};
|
|
__property Uceftypes::TCefState ImageShrinkStandaloneToFit = {read=FImageShrinkStandaloneToFit, write=FImageShrinkStandaloneToFit, default=0};
|
|
__property Uceftypes::TCefState TextAreaResize = {read=FTextAreaResize, write=FTextAreaResize, default=0};
|
|
__property Uceftypes::TCefState TabToLinks = {read=FTabToLinks, write=FTabToLinks, default=0};
|
|
__property Uceftypes::TCefState LocalStorage = {read=FLocalStorage, write=FLocalStorage, default=0};
|
|
__property Uceftypes::TCefState Databases = {read=FDatabases, write=FDatabases, default=0};
|
|
__property Uceftypes::TCefState Webgl = {read=FWebgl, write=FWebgl, default=0};
|
|
__property Uceftypes::TCefColor BackgroundColor = {read=FBackgroundColor, write=FBackgroundColor, default=0};
|
|
__property int WindowlessFrameRate = {read=FWindowlessFrameRate, write=FWindowlessFrameRate, default=30};
|
|
__property Uceftypes::TCefState ChromeStatusBubble = {read=FChromeStatusBubble, write=FChromeStatusBubble, default=0};
|
|
__property Uceftypes::TCefState ChromeZoomBubble = {read=FChromeZoomBubble, write=FChromeZoomBubble, default=0};
|
|
public:
|
|
/* TPersistent.Destroy */ inline __fastcall virtual ~TChromiumOptions() { }
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Ucefchromiumoptions */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFCHROMIUMOPTIONS)
|
|
using namespace Ucefchromiumoptions;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFChromiumOptionsHPP
|