Files
common/CEF4Delphi/win32/hpps/uCEFListValue.hpp
T
2026-06-12 23:18:12 +08:00

103 lines
4.1 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'uCEFListValue.pas' rev: 37.00 (Windows)
#ifndef uCEFListValueHPP
#define uCEFListValueHPP
#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 <uCEFBaseRefCounted.hpp>
#include <uCEFInterfaces.hpp>
#include <uCEFTypes.hpp>
//-- user supplied -----------------------------------------------------------
namespace Uceflistvalue
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TCefListValueRef;
//-- type declarations -------------------------------------------------------
#pragma pack(push,4)
class PASCALIMPLEMENTATION TCefListValueRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
{
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
protected:
bool __fastcall IsValid();
bool __fastcall IsOwned();
bool __fastcall IsReadOnly();
bool __fastcall IsSame(const Ucefinterfaces::_di_ICefListValue that);
bool __fastcall IsEqual(const Ucefinterfaces::_di_ICefListValue that);
Ucefinterfaces::_di_ICefListValue __fastcall Copy();
bool __fastcall SetSize(System::NativeUInt size);
System::NativeUInt __fastcall GetSize();
bool __fastcall Clear();
bool __fastcall Remove(System::NativeUInt index);
Uceftypes::TCefValueType __fastcall GetType(System::NativeUInt index);
Ucefinterfaces::_di_ICefValue __fastcall GetValue(System::NativeUInt index);
bool __fastcall GetBool(System::NativeUInt index);
int __fastcall GetInt(System::NativeUInt index);
double __fastcall GetDouble(System::NativeUInt index);
Uceftypes::ustring __fastcall GetString(System::NativeUInt index);
Ucefinterfaces::_di_ICefBinaryValue __fastcall GetBinary(System::NativeUInt index);
Ucefinterfaces::_di_ICefDictionaryValue __fastcall GetDictionary(System::NativeUInt index);
Ucefinterfaces::_di_ICefListValue __fastcall GetList(System::NativeUInt index);
bool __fastcall SetValue(System::NativeUInt index, const Ucefinterfaces::_di_ICefValue value);
bool __fastcall SetNull(System::NativeUInt index);
bool __fastcall SetBool(System::NativeUInt index, bool value);
bool __fastcall SetInt(System::NativeUInt index, int value);
bool __fastcall SetDouble(System::NativeUInt index, double value);
bool __fastcall SetString(System::NativeUInt index, const Uceftypes::ustring value);
bool __fastcall SetBinary(System::NativeUInt index, const Ucefinterfaces::_di_ICefBinaryValue value);
bool __fastcall SetDictionary(System::NativeUInt index, const Ucefinterfaces::_di_ICefDictionaryValue value);
bool __fastcall SetList(System::NativeUInt index, const Ucefinterfaces::_di_ICefListValue value);
public:
__classmethod Ucefinterfaces::_di_ICefListValue __fastcall UnWrap(void * data);
__classmethod Ucefinterfaces::_di_ICefListValue __fastcall New();
public:
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefListValueRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefListValueRef() { }
private:
void *__ICefListValue; // Ucefinterfaces::ICefListValue
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {09174B9D-0CC6-4360-BBB0-3CC0117F70F6}
operator Ucefinterfaces::_di_ICefListValue()
{
Ucefinterfaces::_di_ICefListValue intf;
this->GetInterface(intf);
return intf;
}
#else
operator Ucefinterfaces::ICefListValue*(void) { return (Ucefinterfaces::ICefListValue*)&__ICefListValue; }
#endif
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Uceflistvalue */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFLISTVALUE)
using namespace Uceflistvalue;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // uCEFListValueHPP