Discuss this help topic in SecureBlackbox Forum
Containes actual object's data.
Declaration
[VB.NET]
Property DataList As ArrayList
[Pascal]
property DataList: TList;
[C++]
TList* get_DataList();
[PHP]
TList get_DataList()
[Java]
ArrayList getDataList();
Description
Use this property to get actual XML object's data.
Discuss this help topic in SecureBlackbox Forum