Datasnap.DBClient.TCustomClientDataSet.XMLData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property XMLData: string read GetXMLData write SetXMLData;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

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