RAD Studio VCL Reference
|
Indicates the value of the node.
property nodeValue: DOMString;
__property DOMString nodeValue;
Read nodeValue to determine the value of the DOM node. Set nodeValue to change the value of a node.
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!
|