deleteData method

[This documentation is preliminary and is subject to change.]

Removes a specified range of characters from the object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

HRESULT retVal = object.deleteData(offset, Count);

Standards information

Parameters

  • offset [in]
    Type: long

    long that specifies the offset from which to start.

  • Count [in]
    Type: long

    long that specifies the number of characters to remove.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

deleteData was introduced in Microsoft Internet Explorer 6

Upon success of this method, the data and length properties reflect the change.

 

 

Build date: 1/26/2012