Soap.WSDLIntf.TWString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TWString = record
    WString: DOMString;
  end;

C++

struct DECLSPEC_DRECORD TWString
{
public:
    System::UnicodeString WString;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Soap.WSDLIntf.pas
Soap.WSDLIntf.hpp
Soap.WSDLIntf Soap.WSDLIntf

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!