cef_v8value_t.delete_value_byindex

Deletes the value with the specified identifier and returns true (1) on success. Returns false (0) if this function is called incorrectly, deletion fails 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, int index) nothrow delete_value_byindex;

Meta