Discuss this help topic in SecureBlackbox Forum

TElXMLDOMCharacterData.Data

TElXMLDOMCharacterData     See also     


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


This property contains the text data.

Declaration

[C#]
    string Data;

[VB.NET]
    Property Data As String

[Pascal]
    property Data : WideString;

[C++]
    void get_Data(sb_u16string &OutResult);
    void get_Data(std::wstring &OutResult);

[PHP]
    string get_Data()

[Java]
    String getData();

Description

    Use this property to get the value of the text node.

See also:     Length    

Discuss this help topic in SecureBlackbox Forum