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

TDOMNode.TextContent

Textual representation for the DOM Node.

Declaration

Source position: laz2_dom.pas line 296

public property TDOMNode.TextContent : DOMString
  read GetTextContent
  write SetTextContent;

Description

TextContent is a DOMString property the textual content for a DOM node (and its specialized descendants), as specified in the DOM Level 3 specification.

In TDOMNode, the value in TextContent is redirected to the NodeValue property. The read and write access specifiers may be overridden in descendent classes to perform actions needed for a particular DOM Node specialization, including:

See also

TDOMNode.NodeValue

  

Value for the DOM node.

TDOMProcessingInstruction.GetNodeValue

  

Gets the value for the NodeValue property.

TDOMProcessingInstruction.SetNodeValue

  

Sets the value for the NodeValue property.

TDOMCharacterData.GetNodeValue

  

Gets the value for the NodeValue property.

TDOMCharacterData.SetNodeValue

  

Sets the value for the NodeValue property.

TDOMText.SetNodeValue

  

Sets the value for the NodeValue property.

TDOMAttr.GetNodeValue

  

Gets the value for the NodeValue property.

TDOMAttr.SetNodeValue

  

Sets the value for the NodeValue property.


Version 3.2 Generated 2024-02-25 Home