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

TDOMNode.GetNodeValue

Gets the value for the NodeValue property.

Declaration

Source position: laz2_dom.pas line 235

protected function TDOMNode.GetNodeValue: DOMString; virtual;

Function result

Value for the NodeValue property.

Description

GetNodeValue is a DOMString function used to get the value for the NodeValue property. It is overridden in descendent classes to provide the value needed for the DOM node specialization. In TDOMNode, the method always returns an empty string ('').

See also

TDOMNode.NodeValue

  

Value for the DOM node.

DOMString

  

Type used for String values in DOM interfaces.


Version 3.2 Generated 2024-02-25 Home