// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFPreferenceRegistrar.pas' rev: 37.00 (Windows) #ifndef uCEFPreferenceRegistrarHPP #define uCEFPreferenceRegistrarHPP #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 #include #include #include #include //-- user supplied ----------------------------------------------------------- namespace Ucefpreferenceregistrar { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefPreferenceRegistrarRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefPreferenceRegistrarRef : public Ucefbasescopedwrapper::TCEFBaseScopedWrapperRef { typedef Ucefbasescopedwrapper::TCEFBaseScopedWrapperRef inherited; public: bool __fastcall AddPreference(const Uceftypes::ustring name, const Ucefinterfaces::_di_ICefValue default_value); public: /* TCEFBaseScopedWrapperRef.Create */ inline __fastcall virtual TCefPreferenceRegistrarRef(void * data) : Ucefbasescopedwrapper::TCEFBaseScopedWrapperRef(data) { } public: /* TObject.Destroy */ inline __fastcall virtual ~TCefPreferenceRegistrarRef() { } }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Ucefpreferenceregistrar */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFPREFERENCEREGISTRAR) using namespace Ucefpreferenceregistrar; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFPreferenceRegistrarHPP