type TCefDictionaryValue = record
Structure representing a dictionary value. Can be used on any process and thread.
NOTE: This struct is allocated DLL-side.
Implemented by ICefDictionaryValue.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_values_capi.h">CEF source file: /include/capi/cef_values_capi.h (cef_dictionary_value_t))
| Public | base: TCefBaseRefCounted; |
| Public | is_valid: function(self: PCefDictionaryValue): Integer; stdcall; |
| Public | is_owned: function(self: PCefDictionaryValue): Integer; stdcall; |
| Public | is_read_only: function(self: PCefDictionaryValue): Integer; stdcall; |
| Public | is_same: function(self, that: PCefDictionaryValue): Integer; stdcall; |
| Public | is_equal: function(self, that: PCefDictionaryValue): Integer; stdcall; |
| Public | copy: function(self: PCefDictionaryValue; exclude_empty_children: Integer): PCefDictionaryValue; stdcall; |
| Public | get_size: function(self: PCefDictionaryValue): NativeUInt; stdcall; |
| Public | clear: function(self: PCefDictionaryValue): Integer; stdcall; |
| Public | has_key: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
| Public | get_keys: function(self: PCefDictionaryValue; const keys: TCefStringList): Integer; stdcall; |
| Public | remove: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
| Public | get_type: function(self: PCefDictionaryValue; const key: PCefString): TCefValueType; stdcall; |
| Public | get_value: function(self: PCefDictionaryValue; const key: PCefString): PCefValue; stdcall; |
| Public | get_bool: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
| Public | get_int: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
| Public | get_double: function(self: PCefDictionaryValue; const key: PCefString): Double; stdcall; |
| Public | get_string: function(self: PCefDictionaryValue; const key: PCefString): PCefStringUserFree; stdcall; |
| Public | get_binary: function(self: PCefDictionaryValue; const key: PCefString): PCefBinaryValue; stdcall; |
| Public | get_dictionary: function(self: PCefDictionaryValue; const key: PCefString): PCefDictionaryValue; stdcall; |
| Public | get_list: function(self: PCefDictionaryValue; const key: PCefString): PCefListValue; stdcall; |
| Public | set_value: function(self: PCefDictionaryValue; const key: PCefString; value: PCefValue): Integer; stdcall; |
| Public | set_null: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
| Public | set_bool: function(self: PCefDictionaryValue; const key: PCefString; value: Integer): Integer; stdcall; |
| Public | set_int: function(self: PCefDictionaryValue; const key: PCefString; value: Integer): Integer; stdcall; |
| Public | set_double: function(self: PCefDictionaryValue; const key: PCefString; value: Double): Integer; stdcall; |
| Public | set_string: function(self: PCefDictionaryValue; const key: PCefString; value: PCefString): Integer; stdcall; |
| Public | set_binary: function(self: PCefDictionaryValue; const key: PCefString; value: PCefBinaryValue): Integer; stdcall; |
| Public | set_dictionary: function(self: PCefDictionaryValue; const key: PCefString; value: PCefDictionaryValue): Integer; stdcall; |
| Public | set_list: function(self: PCefDictionaryValue; const key: PCefString; value: PCefListValue): Integer; stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | is_valid: function(self: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | is_owned: function(self: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | is_read_only: function(self: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | is_same: function(self, that: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | is_equal: function(self, that: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | copy: function(self: PCefDictionaryValue; exclude_empty_children: Integer): PCefDictionaryValue; stdcall; |
|
This item has no description. | |
| Public | get_size: function(self: PCefDictionaryValue): NativeUInt; stdcall; |
|
This item has no description. | |
| Public | clear: function(self: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | has_key: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
|
This item has no description. | |
| Public | get_keys: function(self: PCefDictionaryValue; const keys: TCefStringList): Integer; stdcall; |
|
This item has no description. | |
| Public | remove: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
|
This item has no description. | |
| Public | get_type: function(self: PCefDictionaryValue; const key: PCefString): TCefValueType; stdcall; |
|
This item has no description. | |
| Public | get_value: function(self: PCefDictionaryValue; const key: PCefString): PCefValue; stdcall; |
|
This item has no description. | |
| Public | get_bool: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
|
This item has no description. | |
| Public | get_int: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
|
This item has no description. | |
| Public | get_double: function(self: PCefDictionaryValue; const key: PCefString): Double; stdcall; |
|
This item has no description. | |
| Public | get_string: function(self: PCefDictionaryValue; const key: PCefString): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | get_binary: function(self: PCefDictionaryValue; const key: PCefString): PCefBinaryValue; stdcall; |
|
This item has no description. | |
| Public | get_dictionary: function(self: PCefDictionaryValue; const key: PCefString): PCefDictionaryValue; stdcall; |
|
This item has no description. | |
| Public | get_list: function(self: PCefDictionaryValue; const key: PCefString): PCefListValue; stdcall; |
|
This item has no description. | |
| Public | set_value: function(self: PCefDictionaryValue; const key: PCefString; value: PCefValue): Integer; stdcall; |
|
This item has no description. | |
| Public | set_null: function(self: PCefDictionaryValue; const key: PCefString): Integer; stdcall; |
|
This item has no description. | |
| Public | set_bool: function(self: PCefDictionaryValue; const key: PCefString; value: Integer): Integer; stdcall; |
|
This item has no description. | |
| Public | set_int: function(self: PCefDictionaryValue; const key: PCefString; value: Integer): Integer; stdcall; |
|
This item has no description. | |
| Public | set_double: function(self: PCefDictionaryValue; const key: PCefString; value: Double): Integer; stdcall; |
|
This item has no description. | |
| Public | set_string: function(self: PCefDictionaryValue; const key: PCefString; value: PCefString): Integer; stdcall; |
|
This item has no description. | |
| Public | set_binary: function(self: PCefDictionaryValue; const key: PCefString; value: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | set_dictionary: function(self: PCefDictionaryValue; const key: PCefString; value: PCefDictionaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | set_list: function(self: PCefDictionaryValue; const key: PCefString; value: PCefListValue): Integer; stdcall; |
|
This item has no description. | |