RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSDecimal.XSToNative Method

Assigns a string as the value of the TXSDecimal instance.

Pascal
procedure XSToNative(Value: InvString); override;
C++
virtual __fastcall XSToNative(InvString Value);

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

Data is the SOAP encoding of a decimal value. It becomes the value of the DecimalString property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!