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

TDOMNode.SetNodeValue

Sets the value for the NodeValue property.

Declaration

Source position: laz2_dom.pas line 236

protected procedure TDOMNode.SetNodeValue(

  const AValue: DOMString

); virtual;

Arguments

AValue

  

New value for the NodeValue property.

Description

SetNodeValue is a method used to set the NodeValue property to the value specified in AValue. It has an empty implementation in TDOMNode, and must be re-implemented in a descendent class to use the correct content for the DOM node specialization.

See also

TDOMNode.NodeValue

  

Value for the DOM node.

TDOMNode.GetNodeValue

  

Gets the value for the NodeValue property.