cef_v8value_t.delete_value_bykey

Deletes the value with the specified identifier and returns true (1) on success. Returns false (0) if this function is called incorrectly or an exception is thrown. For read-only and don't-delete values this function will return true (1) even though deletion failed.

struct cef_v8value_t
extern (System)
int function(cef_v8value_t* self, const(cef_string_t)* key) nothrow delete_value_bykey;

Meta