Soap.XSBuiltIns.TXSString.XSToNative

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure XSToNative(const Value: InvString); override;

C++

virtual void __fastcall XSToNative(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSString

Description

Assigns a string as the value of the TXSString instance.

XSToNative sets the value of this TXSString object to a string that represents a formatted string value.

Data is the SOAP encoding of a string value.

See Also