Unit 'cef3api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_cef]

TCefDictionaryValue

Declaration

Source position: cef3api.pas line 4810

type TCefDictionaryValue = record

  base: TCefBaseRefCounted;

  

  is_valid: function(

  

  self: PCefDictionaryValue

):Integer;

  is_owned: function(

  

  self: PCefDictionaryValue

):Integer;

  is_read_only: function(

  

  self: PCefDictionaryValue

):Integer;

  is_same: function(

  

  self: PCefDictionaryValue;

  that: PCefDictionaryValue

):Integer;

  is_equal: function(

  

  self: PCefDictionaryValue;

  that: PCefDictionaryValue

):Integer;

  copy: function(

  

  self: PCefDictionaryValue;

  exclude_empty_children: Integer

):PCefDictionaryValue;

  get_size: function(

  

  self: PCefDictionaryValue

):csize_t;

  clear: function(

  

  self: PCefDictionaryValue

):Integer;

  has_key: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):Integer;

  get_keys: function(

  

  self: PCefDictionaryValue;

  const keys: TCefStringList

):Integer;

  remove: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):Integer;

  get_type: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):TCefValueType;

  get_value: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):PCefValue;

  get_bool: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):Integer;

  get_int: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):Integer;

  get_double: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):Double;

  get_string: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):PCefStringUserFree;

  get_binary: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):PCefBinaryValue;

  get_dictionary: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):PCefDictionaryValue;

  get_list: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):PCefListValue;

  set_value: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: PCefValue

):Integer;

  set_null: function(

  

  self: PCefDictionaryValue;

  const key: PCefString

):Integer;

  set_bool: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: Integer

):Integer;

  set_int: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: Integer

):Integer;

  set_double: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: Double

):Integer;

  set_string: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: PCefString

):Integer;

  set_binary: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: PCefBinaryValue

):Integer;

  set_dictionary: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: PCefDictionaryValue

):Integer;

  set_list: function(

  

  self: PCefDictionaryValue;

  const key: PCefString;

  value: PCefListValue

):Integer;

end;



CT Web help

CodeTyphon Studio