<tdclass="itemcode"><code>class function <strong><ahref="uCEFValue.TCefValueRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefValue.html">ICefValue</a>;</code></td>
<tdclass="itemcode"><code>class function <strong><ahref="uCEFValue.TCefValueRef.html#New">New</a></strong>: <ahref="uCEFInterfaces.ICefValue.html">ICefValue</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#IsValid">ICefValue.IsValid</a>.</p><p>
Returns true (1) if the underlying data is valid. This will always be true (1) for simple types. For complex types (binary, dictionary and list) the underlying data may become invalid if owned by another object (e.g. list or dictionary) and that other object is then modified or destroyed. This value object can be re-used by calling Set*() even if the underlying data is invalid. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#IsOwned">ICefValue.IsOwned</a>.</p><p>
Returns true (1) if the underlying data is owned by another object. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#IsReadOnly">ICefValue.IsReadOnly</a>.</p><p>
Returns true (1) if the underlying data is 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.ICefValue.html#IsSame-ICefValue-">ICefValue.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.ICefValue.html#IsEqual-ICefValue-">ICefValue.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.ICefValue.html#Copy">ICefValue.Copy</a>.</p><p>
Returns a copy of this object. The underlying data will also be copied. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetType">ICefValue.GetType</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetBool">ICefValue.GetBool</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetInt">ICefValue.GetInt</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetDouble">ICefValue.GetDouble</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetString">ICefValue.GetString</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetBinary">ICefValue.GetBinary</a>.</p><p>
Returns the underlying value as type binary. The returned reference may become invalid if the value is owned by another object or if ownership is transferred to another object in the future. To maintain a reference to the value after assigning ownership to a dictionary or list pass this object to the set_value() function instead of passing the returned reference to set_binary(). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetDictionary">ICefValue.GetDictionary</a>.</p><p>
Returns the underlying value as type dictionary. The returned reference may become invalid if the value is owned by another object or if ownership is transferred to another object in the future. To maintain a reference to the value after assigning ownership to a dictionary or list pass this object to the set_value() function instead of passing the returned reference to set_dictionary(). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#GetList">ICefValue.GetList</a>.</p><p>
Returns the underlying value as type list. The returned reference may become invalid if the value is owned by another object or if ownership is transferred to another object in the future. To maintain a reference to the value after assigning ownership to a dictionary or list pass this object to the set_value() function instead of passing the returned reference to set_list(). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#SetNull">ICefValue.SetNull</a>.</p><p>
Sets the underlying value 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.ICefValue.html#SetBool-boolean-">ICefValue.SetBool</a>.</p><p>
Sets the underlying value 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.ICefValue.html#SetInt-Integer-">ICefValue.SetInt</a>.</p><p>
Sets the underlying value 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.ICefValue.html#SetDouble-Double-">ICefValue.SetDouble</a>.</p><p>
Sets the underlying value 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.ICefValue.html#SetString-ustring-">ICefValue.SetString</a>.</p><p>
Sets the underlying value 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.ICefValue.html#SetBinary-ICefBinaryValue-">ICefValue.SetBinary</a>.</p><p>
Sets the underlying value as type binary. Returns true (1) if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#SetDictionary-ICefDictionaryValue-">ICefValue.SetDictionary</a>.</p><p>
Sets the underlying value as type dict. Returns true (1) if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefValue.html#SetList-ICefListValue-">ICefValue.SetList</a>.</p><p>
Sets the underlying value as type list. Returns true (1) if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefValue.html">ICefValue</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>