73 lines
2.6 KiB
C++
73 lines
2.6 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFLinkedWinControlBase.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFLinkedWinControlBaseHPP
|
|
#define uCEFLinkedWinControlBaseHPP
|
|
|
|
#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 <Winapi.Messages.hpp>
|
|
#include <System.Classes.hpp>
|
|
#include <Vcl.Controls.hpp>
|
|
#include <Vcl.Graphics.hpp>
|
|
#include <uCEFTypes.hpp>
|
|
#include <uCEFInterfaces.hpp>
|
|
#include <uCEFWinControl.hpp>
|
|
#include <uCEFChromium.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Uceflinkedwincontrolbase
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCEFLinkedWinControlBase;
|
|
//-- type declarations -------------------------------------------------------
|
|
class PASCALIMPLEMENTATION TCEFLinkedWinControlBase : public Ucefwincontrol::TCEFWinControl
|
|
{
|
|
typedef Ucefwincontrol::TCEFWinControl inherited;
|
|
|
|
protected:
|
|
bool FUseSetFocus;
|
|
virtual Ucefchromium::TChromium* __fastcall GetChromium() = 0 ;
|
|
virtual bool __fastcall GetUseSetFocus();
|
|
virtual void __fastcall SetUseSetFocus(bool aValue);
|
|
virtual Winapi::Windows::THandle __fastcall GetChildWindowHandle();
|
|
virtual void __fastcall WndProc(Winapi::Messages::TMessage &aMessage);
|
|
__property Ucefchromium::TChromium* Chromium = {read=GetChromium};
|
|
|
|
public:
|
|
__fastcall virtual TCEFLinkedWinControlBase(System::Classes::TComponent* AOwner);
|
|
virtual void __fastcall UpdateSize();
|
|
|
|
__published:
|
|
__property bool UseSetFocus = {read=GetUseSetFocus, write=SetUseSetFocus, default=1};
|
|
public:
|
|
/* TWinControl.CreateParented */ inline __fastcall TCEFLinkedWinControlBase(HWND ParentWindow) : Ucefwincontrol::TCEFWinControl(ParentWindow) { }
|
|
/* TWinControl.Destroy */ inline __fastcall virtual ~TCEFLinkedWinControlBase() { }
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Uceflinkedwincontrolbase */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFLINKEDWINCONTROLBASE)
|
|
using namespace Uceflinkedwincontrolbase;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFLinkedWinControlBaseHPP
|