Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.InnerText

TElXMLDOMelement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns text content of the element.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function InnerText(const Separator : WideString = "") : XMLString;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Separator - specifies the separator symbol.

Description

    Use this method to get text content of the element.

See also:     TextContent    

Discuss this help topic in SecureBlackbox Forum