Soap.XSBuiltIns.TXSBoolean.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 TXSBoolean

Description

Assigns the value of a string to the TRemotableXS instance.

Soap.XSBuiltIns.TXSBoolean.XSToNative inherits from Soap.InvokeRegistry.TRemotableXS.XSToNative. All content below this line refers to Soap.InvokeRegistry.TRemotableXS.XSToNative.

Assigns the value of a string to the TRemotableXS instance.

Override XSToNative when implementing a TRemotableXS descendant that represents a non-native scalar type. NativeToXS interprets a string that represents the value of the TRemotableXS instance and uses it to make any necessary changes so that the TRemotableXS object reflects that value. It reverses the transformation that the NativeToXS method performs.

Data is a string that represents the value of the TRemotableXS instance.

See Also