RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLItems.IQualifiedNameArray Type

IQualifiedNameArray is a dynamic array of interfaces for obtaining names of XML items.

Pascal
IQualifiedNameArray = array of IQualifiedName;
C++
array of IQualifiedName IQualifiedNameArray;

IQualifiedNameArray is a dynamic array of IQualifiedName interfaces. Each interface in the array can be used to access the name of an item from an XML document and the namespace in which that name is defined. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!