RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.XMLData Property

Represents the data of the client dataset in XML.

Pascal
property XMLData: string;
C++
__property AnsiString XMLData;

XMLData represents the client dataset's local, in-memory copy of its data, encoded as an XML data packet. This is the same as the Data property, except that the data is represented in XML rather than the binary format used internally by the client dataset. 

 

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