69 lines
2.5 KiB
C++
69 lines
2.5 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFLinkedWindowParent.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFLinkedWindowParentHPP
|
|
#define uCEFLinkedWindowParentHPP
|
|
|
|
#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 <Winapi.Windows.hpp>
|
|
#include <System.Classes.hpp>
|
|
#include <Vcl.Controls.hpp>
|
|
#include <uCEFWinControl.hpp>
|
|
#include <uCEFTypes.hpp>
|
|
#include <uCEFInterfaces.hpp>
|
|
#include <uCEFChromium.hpp>
|
|
#include <uCEFConstants.hpp>
|
|
#include <uCEFLinkedWinControlBase.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Uceflinkedwindowparent
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCEFLinkedWindowParent;
|
|
//-- type declarations -------------------------------------------------------
|
|
class PASCALIMPLEMENTATION TCEFLinkedWindowParent : public Uceflinkedwincontrolbase::TCEFLinkedWinControlBase
|
|
{
|
|
typedef Uceflinkedwincontrolbase::TCEFLinkedWinControlBase inherited;
|
|
|
|
protected:
|
|
Ucefchromium::TChromium* FChromium;
|
|
virtual Ucefchromium::TChromium* __fastcall GetChromium();
|
|
void __fastcall SetChromium(Ucefchromium::TChromium* aValue);
|
|
virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);
|
|
|
|
public:
|
|
__fastcall virtual TCEFLinkedWindowParent(System::Classes::TComponent* AOwner);
|
|
|
|
__published:
|
|
__property Ucefchromium::TChromium* Chromium = {read=FChromium, write=SetChromium};
|
|
public:
|
|
/* TWinControl.CreateParented */ inline __fastcall TCEFLinkedWindowParent(HWND ParentWindow) : Uceflinkedwincontrolbase::TCEFLinkedWinControlBase(ParentWindow) { }
|
|
/* TWinControl.Destroy */ inline __fastcall virtual ~TCEFLinkedWindowParent() { }
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Uceflinkedwindowparent */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFLINKEDWINDOWPARENT)
|
|
using namespace Uceflinkedwindowparent;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFLinkedWindowParentHPP
|