Soap.XSBuiltIns.TXSBoolean.NativeToXS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  NativeToXS: InvString; override;

C++

virtual System::UnicodeString __fastcall NativeToXS();

Properties

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

Description

Returns a string that represents the value of a TRemotableXS instance.

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

Returns a string that represents the value of a TRemotableXS instance.

Override NativeToXS when implementing a TRemotableXS descendant that represents a non-native scalar type. NativeToXS returns a string that represents the value of the TRemotableXS instance. This string is used when marshaling the value of the TRemotableXS descendant.

Classes that implement NativeToXS must also override the XSToNative method so that it performs the converse transformation.

See Also