[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the NodeType property.
Source position: laz2_dom.pas line 694
protected function TDOMCDATASection.GetNodeType: Integer; override; |
Value for the NodeType property.
GetNodeType is an overridden Integer function in TDOMCDATASection. It returns the value from the CDATA_SECTION_NODE constant as the property value.
|
Node type for the DOM Node. |
|
|
Gets the value for the NodeType property. |
|
|
Represents the node type for DOM CDATA nodes. |
Version 4.0 | Generated 2025-05-03 | Home |