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

TDOMNode.SetTextContent

Sets the value in the TextContent property.

Declaration

Source position: laz2_dom.pas line 243

protected procedure TDOMNode.SetTextContent(

  const AValue: DOMString

); virtual;

Arguments

AValue

  

Value for the TextContent property.

Description

Updates the value in 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