RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLIntf.TWSDLElement Enumeration
Pascal
TWSDLElement = (
  weServiceIntf,
  weServiceImpl,
  weMessage,
  wePortType,
  weBinding,
  weService,
  weTypes,
  WeImport,
  weOperation,
  wePart
);
C++
enum TWSDLElement {
  weServiceIntf,
  weServiceImpl,
  weMessage,
  wePortType,
  weBinding,
  weService,
  weTypes,
  WeImport,
  weOperation,
  wePart
};

WSDLIntf

This is record WSDLIntf.TWSDLElement.

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