RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSDecimal.XSToNative Method

Assigns a string as the value of the TXSDecimal instance.

Pascal
procedure XSToNative(Value: WideString); override;
C++
virtual __fastcall XSToNative(BSTR 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!