// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFFillLayout.pas' rev: 37.00 (Windows) #ifndef uCEFFillLayoutHPP #define uCEFFillLayoutHPP #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 Uceffilllayout { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefFillLayoutRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefFillLayoutRef : public Uceflayout::TCefLayoutRef { typedef Uceflayout::TCefLayoutRef inherited; public: __classmethod Ucefinterfaces::_di_ICefFillLayout __fastcall UnWrap(void * data); public: /* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefFillLayoutRef(void * data) : Uceflayout::TCefLayoutRef(data) { } /* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefFillLayoutRef() { } private: void *__ICefFillLayout; // Ucefinterfaces::ICefFillLayout public: #if defined(MANAGED_INTERFACE_OPERATORS) // {3DB214F2-7F27-4306-82C9-8166160422B1} operator Ucefinterfaces::_di_ICefFillLayout() { Ucefinterfaces::_di_ICefFillLayout intf; this->GetInterface(intf); return intf; } #else operator Ucefinterfaces::ICefFillLayout*(void) { return (Ucefinterfaces::ICefFillLayout*)&__ICefFillLayout; } #endif }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Uceffilllayout */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFFILLLAYOUT) using namespace Uceffilllayout; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFFillLayoutHPP