RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode.nodeValue Property

Indicates the value of the node.

Pascal
property nodeValue: DOMString;
C++
__property DOMString nodeValue;

Read nodeValue to determine the value of the DOM node. Set nodeValue to change the value of a node.

Note: You can't set the value of a node whose value is listed as nil (Delphi) or NULL (C++) in the following table.
The value of nodeValue depends on the type of the node, as indicated in the following table:

nodeValue 
The value of the attribute.  
nil (Delphi) or NULL (C++).  
The content of the text node.  
The content of the CDATA section.  
nil (Delphi) or NULL (C++).  
nil (Delphi) or NULL (C++).  
The content of the processing instruction except for the target.  
The content of the comment.  
nil (Delphi) or NULL (C++).  
nil (Delphi) or NULL (C++).  
nil (Delphi) or NULL (C++).  
nil (Delphi) or NULL (C++).  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!