Inserts the specified value at the given offset in the character data.
Source position: laz2_dom.pas line 431
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. |
| Version 4.4 | Generated 2025-11-08 | Home |