Xml.XMLIntf.IXMLNode.SetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetText(const Value: DOMString);

C++

virtual void __fastcall SetText(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Sets the text value of the node.

SetText is the write implementation for the Text property.

Value is the new text value for the node.

See Also