84 lines
2.8 KiB
C++
84 lines
2.8 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFPostData.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFPostDataHPP
|
|
#define uCEFPostDataHPP
|
|
|
|
#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 <System.SysUtils.hpp>
|
|
#include <uCEFBaseRefCounted.hpp>
|
|
#include <uCEFInterfaces.hpp>
|
|
#include <uCEFTypes.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Ucefpostdata
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCefPostDataRef;
|
|
//-- type declarations -------------------------------------------------------
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefPostDataRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
|
{
|
|
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
|
|
|
protected:
|
|
bool __fastcall IsReadOnly();
|
|
bool __fastcall HasExcludedElements();
|
|
System::NativeUInt __fastcall GetElementCount();
|
|
void __fastcall GetElements(System::NativeUInt elementsCount, Ucefinterfaces::TCefPostDataElementArray &elements);
|
|
bool __fastcall RemoveElement(const Ucefinterfaces::_di_ICefPostDataElement element);
|
|
bool __fastcall AddElement(const Ucefinterfaces::_di_ICefPostDataElement element);
|
|
void __fastcall RemoveElements();
|
|
|
|
public:
|
|
__classmethod Ucefinterfaces::_di_ICefPostData __fastcall UnWrap(void * data);
|
|
__classmethod Ucefinterfaces::_di_ICefPostData __fastcall New();
|
|
public:
|
|
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefPostDataRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
|
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefPostDataRef() { }
|
|
|
|
private:
|
|
void *__ICefPostData; // Ucefinterfaces::ICefPostData
|
|
|
|
public:
|
|
#if defined(MANAGED_INTERFACE_OPERATORS)
|
|
// {1E677630-9339-4732-BB99-D6FE4DE4AEC0}
|
|
operator Ucefinterfaces::_di_ICefPostData()
|
|
{
|
|
Ucefinterfaces::_di_ICefPostData intf;
|
|
this->GetInterface(intf);
|
|
return intf;
|
|
}
|
|
#else
|
|
operator Ucefinterfaces::ICefPostData*(void) { return (Ucefinterfaces::ICefPostData*)&__ICefPostData; }
|
|
#endif
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Ucefpostdata */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFPOSTDATA)
|
|
using namespace Ucefpostdata;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFPostDataHPP
|