API:Soap.XSBuiltIns.TXSTimeInstant.XSToNative

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure XSToNative(const Value: InvString); override;

Properties

Type Visibility Source Unit Parent
procedure public Soap.XSBuiltIns.pas Soap.XSBuiltIns TXSTimeInstant

Description

Assigns the value of a string to the TRemotableXS instance.

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