// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFLayout.pas' rev: 37.00 (Windows) #ifndef uCEFLayoutHPP #define uCEFLayoutHPP #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 //-- user supplied ----------------------------------------------------------- namespace Uceflayout { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefLayoutRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefLayoutRef : public Ucefbaserefcounted::TCefBaseRefCountedRef { typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited; protected: Ucefinterfaces::_di_ICefBoxLayout __fastcall AsBoxLayout(); Ucefinterfaces::_di_ICefFillLayout __fastcall AsFillLayout(); bool __fastcall IsValid(); public: __classmethod Ucefinterfaces::_di_ICefLayout __fastcall UnWrap(void * data); public: /* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefLayoutRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { } /* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefLayoutRef() { } private: void *__ICefLayout; // Ucefinterfaces::ICefLayout public: #if defined(MANAGED_INTERFACE_OPERATORS) // {0EC7AE4B-1672-4D0B-B617-0BDA72F3C7F4} operator Ucefinterfaces::_di_ICefLayout() { Ucefinterfaces::_di_ICefLayout intf; this->GetInterface(intf); return intf; } #else operator Ucefinterfaces::ICefLayout*(void) { return (Ucefinterfaces::ICefLayout*)&__ICefLayout; } #endif }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Uceflayout */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFLAYOUT) using namespace Uceflayout; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFLayoutHPP