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

TDOMDocument.GetTextContent

Gets the value for the TextContent property.

Declaration

Source position: laz2_dom.pas line 491

protected function TDOMDocument.GetTextContent: DOMString; override;

Function result

Value for the TextContent property.

Description

GetTextContent is an overridden method in TDOMDocument used to the value for the TextContent property. GetTextContent always returns an empty string ('') in TDOMDocument.

See also

TDOMNode_WithChildren.GetTextContent

  

Gets the value for the TextContent property.

TDOMNode.TextContent

  

Textual representation for the DOM Node.


Version 3.2 Generated 2024-02-25 Home