<tdclass="itemcode"><code>class function <strong><ahref="uCEFDictionaryValue.TCefDictionaryValueRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>;</code></td>
<tdclass="itemcode"><code>class function <strong><ahref="uCEFDictionaryValue.TCefDictionaryValueRef.html#New">New</a></strong>: <ahref="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#IsValid">ICefDictionaryValue.IsValid</a>.</p><p>
Returns true (1) if this object is valid. This object may become invalid if the underlying data is owned by another object (e.g. list or dictionary) and that other object is then modified or destroyed. Do not call any other functions if this function returns false (0). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#isOwned">ICefDictionaryValue.isOwned</a>.</p><p>
Returns true (1) if this object is currently owned by another object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#IsReadOnly">ICefDictionaryValue.IsReadOnly</a>.</p><p>
Returns true (1) if the values of this object are read-only. Some APIs may expose read-only objects. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#IsSame-ICefDictionaryValue-">ICefDictionaryValue.IsSame</a>.</p><p>
Returns true (1) if this object and |that| object have the same underlying data. If true (1) modifications to this object will also affect |that| object and vice-versa. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#IsEqual-ICefDictionaryValue-">ICefDictionaryValue.IsEqual</a>.</p><p>
Returns true (1) if this object and |that| object have an equivalent underlying value but are not necessarily the same object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#Copy-Boolean-">ICefDictionaryValue.Copy</a>.</p><p>
Returns a writable copy of this object. If |exclude_NULL_children| is true (1) any NULL dictionaries or lists will be excluded from the copy. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetSize">ICefDictionaryValue.GetSize</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#Clear">ICefDictionaryValue.Clear</a>.</p><p>
Removes all values. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#HasKey-ustring-">ICefDictionaryValue.HasKey</a>.</p><p>
Returns true (1) if the current dictionary has a value for the given key. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetKeys-TStrings-">ICefDictionaryValue.GetKeys</a>.</p><p>
Reads all keys for this dictionary into the specified vector. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#Remove-ustring-">ICefDictionaryValue.Remove</a>.</p><p>
Removes the value at the specified key. Returns true (1) is the value was removed successfully. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetType-ustring-">ICefDictionaryValue.GetType</a>.</p><p>
Returns the value type for the specified key. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetValue-ustring-">ICefDictionaryValue.GetValue</a>.</p><p>
Returns the value at the specified key. For simple types the returned value will copy existing data and modifications to the value will not modify this object. For complex types (binary, dictionary and list) the returned value will reference existing data and modifications to the value will modify this object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetBool-ustring-">ICefDictionaryValue.GetBool</a>.</p><p>
Returns the value at the specified key as type bool. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetInt-ustring-">ICefDictionaryValue.GetInt</a>.</p><p>
Returns the value at the specified key as type int. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetDouble-ustring-">ICefDictionaryValue.GetDouble</a>.</p><p>
Returns the value at the specified key as type double. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetString-ustring-">ICefDictionaryValue.GetString</a>.</p><p>
Returns the value at the specified key as type string. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetBinary-ustring-">ICefDictionaryValue.GetBinary</a>.</p><p>
Returns the value at the specified key as type binary. The returned value will reference existing data. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetDictionary-ustring-">ICefDictionaryValue.GetDictionary</a>.</p><p>
Returns the value at the specified key as type dictionary. The returned value will reference existing data and modifications to the value will modify this object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#GetList-ustring-">ICefDictionaryValue.GetList</a>.</p><p>
Returns the value at the specified key as type list. The returned value will reference existing data and modifications to the value will modify this object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetValue-ustring-ICefValue-">ICefDictionaryValue.SetValue</a>.</p><p>
Sets the value at the specified key. Returns true (1) if the value was set successfully. If |value| represents simple data then the underlying data will be copied and modifications to |value| will not modify this object. If |value| represents complex data (binary, dictionary or list) then the underlying data will be referenced and modifications to |value| will modify this object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetNull-ustring-">ICefDictionaryValue.SetNull</a>.</p><p>
Sets the value at the specified key as type null. Returns true (1) if the value was set successfully. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetBool-ustring-Boolean-">ICefDictionaryValue.SetBool</a>.</p><p>
Sets the value at the specified key as type bool. Returns true (1) if the value was set successfully. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetInt-ustring-Integer-">ICefDictionaryValue.SetInt</a>.</p><p>
Sets the value at the specified key as type int. Returns true (1) if the value was set successfully. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetDouble-ustring-Double-">ICefDictionaryValue.SetDouble</a>.</p><p>
Sets the value at the specified key as type double. Returns true (1) if the value was set successfully. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetString-ustring-ustring-">ICefDictionaryValue.SetString</a>.</p><p>
Sets the value at the specified key as type string. Returns true (1) if the value was set successfully. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetBinary-ustring-ICefBinaryValue-">ICefDictionaryValue.SetBinary</a>.</p><p>
Sets the value at the specified key as type binary. Returns true (1) if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetDictionary-ustring-ICefDictionaryValue-">ICefDictionaryValue.SetDictionary</a>.</p><p>
Sets the value at the specified key as type dict. Returns true (1) if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefDictionaryValue.html#SetList-ustring-ICefListValue-">ICefDictionaryValue.SetList</a>.</p><p>
Sets the value at the specified key as type list. Returns true (1) if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>
<tdclass="itemcode"><spanid="New"></span><code>class function <strong>New</strong>: <ahref="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>