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

TDOMDocument.SetTextContent

Sets the value for the TextContent property.

Declaration

Source position: laz2_dom.pas line 493

protected procedure TDOMDocument.SetTextContent(

  const value: DOMString

); override;

Arguments

value

  

New value for the TextContent property; ignored in TDOMDocument.

Description

SetTextContent is ignored in TDOMDocument; the implementation is empty.

See also

TDOMNode.TextContent

  

Textual representation for the DOM Node.

TDOMNode_WithChildren.SetTextContent

  

Sets the value for the TextContent property.


Version 3.2 Generated 2024-02-25 Home