[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMCharacterData.InsertData

Inserts the specified value at the given offset in the character data.

Declaration

Source position: laz2_dom.pas line 431

public procedure TDOMCharacterData.InsertData(

  offset: LongWord;

  const arg: DOMString

);

Arguments

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