RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSLong.NativeToXS Method

Returns a string that represents the value of a TRemotableXS instance.

Pascal
function NativeToXS: InvString; override;
C++
virtual __fastcall InvString NativeToXS();

Override NativeToXS when implementing a TRemotableXS descendant that represents a non-native scalar type. NativeToXS returns a string that represents the value of the TRemotableXS instance. This string is used when marshaling the value of the TRemotableXS descendant. 

Classes that implement NativeToXS must also override the XSToNative method so that it performs the converse transformation. 

 

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