RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSDate.XSToNative Method

Assigns the properties of the TXSDate instance from the string representation of its value.

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

XSToNative parses the string specified by Data, which is the SOAP encoding of a date value. It uses this information to set the properties of the TXSDate object. 

 

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