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

TDOMNode.GetTextContent

Gets the value for the TextContent property.

Declaration

Source position: laz2_dom.pas line 242

protected function TDOMNode.GetTextContent: DOMString; virtual;

Function result

Value for the TextContent property.

Description

Returns the value from the NodeValue property in TDOMNode.

See also

TDOMNode.TextContent

  

Textual representation for the DOM Node.

TDOMNode.NodeValue

  

Value for the DOM node.


Version 3.2 Generated 2024-02-25 Home