| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Inserts the specified value at the given offset in the character data.
Source position: laz2_dom.pas line 432
public procedure TDOMCharacterData.InsertData( |
offset: LongWord; |
const arg: DOMString |
); |
offset |
|
Offset in the character data where the value is inserted. |
arg |
|
Value inserted into the character data. |