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

TDOMCharacterData

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: laz2_dom.pas line 420

type TDOMCharacterData = class(TDOMNode)

protected

  function GetLength;

  

  function GetNodeValue; override;

  

  procedure SetNodeValue(); override;

  

public

  property Data: DOMString; [rw]

  

  property Length: LongWord; [r]

  

  function SubstringData();

  

  procedure AppendData();

  

  procedure InsertData();

  

  procedure DeleteData();

  

  procedure ReplaceData();

  

end;

Inheritance

TDOMCharacterData

  

|

TDOMNode

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.