RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSchemas Method

Fills a list with the namespaces for all schema definitions of types in the WSDL document.

Pascal
procedure GetSchemas(SchemaNames: TWideStrings);
C++
__fastcall GetSchemas(TWideStrings SchemaNames);

Call GetSchemaTypes to retrieve the namespaces that correspond to schema definitions of types. 

SchemaNames is an existing TWideStrings object to which the namespaces for the schema definitions are added.

Note: GetSchemas does not clear the WideString list before adding the namespaces of the schema definitions.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!