RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLIntf.TWString Record
Pascal
TWString = record
  WString: WideString;
end;
C++
struct TWString {
  BSTR WString;
};

WSDLIntf

This is record WSDLIntf.TWString.

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