Initial commit
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFWindowParent.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFWindowParentHPP
|
||||
#define uCEFWindowParentHPP
|
||||
|
||||
#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 <uCEFWinControl.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFConstants.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefwindowparent
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCEFWindowParent;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
class PASCALIMPLEMENTATION TCEFWindowParent : public Ucefwincontrol::TCEFWinControl
|
||||
{
|
||||
typedef Ucefwincontrol::TCEFWinControl inherited;
|
||||
|
||||
protected:
|
||||
virtual void __fastcall WndProc(Winapi::Messages::TMessage &aMessage);
|
||||
public:
|
||||
/* TWinControl.Create */ inline __fastcall virtual TCEFWindowParent(System::Classes::TComponent* AOwner) : Ucefwincontrol::TCEFWinControl(AOwner) { }
|
||||
/* TWinControl.CreateParented */ inline __fastcall TCEFWindowParent(HWND ParentWindow) : Ucefwincontrol::TCEFWinControl(ParentWindow) { }
|
||||
/* TWinControl.Destroy */ inline __fastcall virtual ~TCEFWindowParent() { }
|
||||
|
||||
};
|
||||
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefwindowparent */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFWINDOWPARENT)
|
||||
using namespace Ucefwindowparent;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFWindowParentHPP
|
||||
Reference in New Issue
Block a user