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

TDOMCDATASection.GetNodeName

Gets the value for the NodeName property.

Declaration

Source position: laz2_dom.pas line 696

protected function TDOMCDATASection.GetNodeName: DOMString; override;

Function result

Value for the NodeName property.

Description

GetNodeName is an overridden DOMString function in TDOMCDATASection. It returns '#cdata-section' as the property value.

See also

TDOMNode.NodeName

  

Name for the DOM node.

TDOMNode.GetNodeName

  

Gets the value for the NodeName property.


Version 3.2 Generated 2024-02-25 Home