IDLffXMLDOMDocument::CreateTextNode
The IDLffXMLDOMDocument::CreateTextNode function method creates a text node that is owned by the document and stores a string in the text node.
Syntax
Result = Obj->[IDLffXMLDOMDocument::]CreateTextNode( String )
Return Value
Returns an object reference to the new IDLffXMLDOMText node.
Arguments
String
A scalar string to put in the new text node.
Keywords
None
Version History
6.1 |
Introduced |