Files
common/CEF4Delphi/win32/hpps/uCEFSchemeRegistrar.hpp
T
2026-06-12 23:18:12 +08:00

57 lines
1.9 KiB
C++

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