[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Replaces the characters at the specified offset in the character data.
Source position: laz2_dom.pas line 433
public procedure TDOMCharacterData.ReplaceData( |
offset: LongWord; |
count: LongWord; |
const arg: DOMString |
); |
offset |
|
Offset where characters are replace in the character data. |
count |
|
Number of characters to remove from the character data. |
arg |
|
Characters to insert into the character data at the specified offset. |
Version 4.0 | Generated 2025-05-03 | Home |