Datasnap.DBClient.TCustomClientDataSet.XMLData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

property XMLData: string read GetXMLData write SetXMLData;

C++

__property System::UnicodeString XMLData = {read=GetXMLData, write=SetXMLData};

Description

Represents the data of the client dataset in XML.

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.

See Also