RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.SetText Method

Sets the text value of the node.

Pascal
procedure SetText(const Value: DOMString);
C++
__fastcall SetText(const DOMString Value);

SetText is the write implementation for the Text property. 

Value is the new text value for the node. 

 

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