[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 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.0 | Generated 2025-05-03 | Home |