// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFBoxLayout.pas' rev: 37.00 (Windows) #ifndef uCEFBoxLayoutHPP #define uCEFBoxLayoutHPP #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 #include #include #include //-- user supplied ----------------------------------------------------------- namespace Ucefboxlayout { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefBoxLayoutRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefBoxLayoutRef : public Uceflayout::TCefLayoutRef { typedef Uceflayout::TCefLayoutRef inherited; protected: void __fastcall SetFlexForView(const Ucefinterfaces::_di_ICefView view, int flex); void __fastcall ClearFlexForView(const Ucefinterfaces::_di_ICefView view); public: __classmethod Ucefinterfaces::_di_ICefBoxLayout __fastcall UnWrap(void * data); public: /* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefBoxLayoutRef(void * data) : Uceflayout::TCefLayoutRef(data) { } /* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefBoxLayoutRef() { } private: void *__ICefBoxLayout; // Ucefinterfaces::ICefBoxLayout public: #if defined(MANAGED_INTERFACE_OPERATORS) // {E59FCCAE-A371-4C21-98D3-93D3217016AE} operator Ucefinterfaces::_di_ICefBoxLayout() { Ucefinterfaces::_di_ICefBoxLayout intf; this->GetInterface(intf); return intf; } #else operator Ucefinterfaces::ICefBoxLayout*(void) { return (Ucefinterfaces::ICefBoxLayout*)&__ICefBoxLayout; } #endif }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Ucefboxlayout */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFBOXLAYOUT) using namespace Ucefboxlayout; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFBoxLayoutHPP