RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSBoolean.XSToNative Method

Assigns the value of a string to the TRemotableXS instance.

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

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. 

 

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