RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLIntf.TWebServiceBindingType Enumeration
Pascal
TWebServiceBindingType = (
  btUnknown,
  btSoap,
  btHttp,
  btMime,
  btDIME
);
C++
enum TWebServiceBindingType {
  btUnknown,
  btSoap,
  btHttp,
  btMime,
  btDIME
};

WSDLIntf

This is record WSDLIntf.TWebServiceBindingType.

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