Unit 'cef3intf' Package
[Overview][Types][Classes][Index] [#pl_cef]

ICefDictionaryValue

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cef3intf.pas line 1432

type ICefDictionaryValue = interface(ICefBaseRefCounted)

  function IsValid;

  

  function IsOwned;

  

  function IsReadOnly;

  

  function IsSame();

  

  function IsEqual();

  

  function Copy();

  

  function GetSize;

  

  function Clear;

  

  function HasKey();

  

  function GetKeys();

  

  function Remove();

  

  function GetType();

  

  function GetValue();

  

  function GetBool();

  

  function GetInt();

  

  function GetDouble();

  

  function GetString();

  

  function GetBinary();

  

  function GetDictionary();

  

  function GetList();

  

  function SetValue();

  

  function SetNull();

  

  function SetBool();

  

  function SetInt();

  

  function SetDouble();

  

  function SetString();

  

  function SetBinary();

  

  function SetDictionary();

  

  function SetList();

  

end;

Inheritance

ICefDictionaryValue

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio