Initial commit
This commit is contained in:
@@ -0,0 +1,110 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFStringList.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFStringListHPP
|
||||
#define uCEFStringListHPP
|
||||
|
||||
#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 <System.Classes.hpp>
|
||||
#include <uCEFBaseRefCounted.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefstringlist
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCefCustomStringList;
|
||||
class DELPHICLASS TCefStringListOwn;
|
||||
class DELPHICLASS TCefStringListRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefCustomStringList : public System::TInterfacedObject
|
||||
{
|
||||
typedef System::TInterfacedObject inherited;
|
||||
|
||||
protected:
|
||||
void *FHandle;
|
||||
virtual Uceftypes::TCefStringList __fastcall GetHandle();
|
||||
virtual System::NativeUInt __fastcall GetSize();
|
||||
virtual Uceftypes::ustring __fastcall GetValue(System::NativeUInt index);
|
||||
virtual void __fastcall Append(const Uceftypes::ustring value);
|
||||
virtual void __fastcall Clear();
|
||||
virtual Uceftypes::TCefStringList __fastcall Copy();
|
||||
virtual void __fastcall CopyToStrings(System::Classes::TStrings* const aStrings);
|
||||
virtual void __fastcall AddStrings(System::Classes::TStrings* const aStrings);
|
||||
|
||||
public:
|
||||
__fastcall virtual TCefCustomStringList();
|
||||
public:
|
||||
/* TObject.Destroy */ inline __fastcall virtual ~TCefCustomStringList() { }
|
||||
|
||||
private:
|
||||
void *__ICefStringList; // Ucefinterfaces::ICefStringList
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {DB24F301-2F64-48D6-A72E-33697748147E}
|
||||
operator Ucefinterfaces::_di_ICefStringList()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefStringList intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefStringList*(void) { return (Ucefinterfaces::ICefStringList*)&__ICefStringList; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefStringListOwn : public TCefCustomStringList
|
||||
{
|
||||
typedef TCefCustomStringList inherited;
|
||||
|
||||
public:
|
||||
__fastcall virtual TCefStringListOwn();
|
||||
__fastcall virtual ~TCefStringListOwn();
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefStringListRef : public TCefCustomStringList
|
||||
{
|
||||
typedef TCefCustomStringList inherited;
|
||||
|
||||
public:
|
||||
__fastcall TCefStringListRef(Uceftypes::TCefStringList aHandle);
|
||||
public:
|
||||
/* TObject.Destroy */ inline __fastcall virtual ~TCefStringListRef() { }
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefstringlist */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFSTRINGLIST)
|
||||
using namespace Ucefstringlist;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFStringListHPP
|
||||
Reference in New Issue
Block a user