RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.GetDelta Method

Extracts an XML delta packet from an HTTP request message.

Pascal
function GetDelta(Request: TWebRequest): string;
C++
__fastcall AnsiString GetDelta(TWebRequest Request);

Call GetDelta to obtain the XML delta packet contained in the content of the request message specified by Request. This value can be used to apply the updates from the request message by calling ApplyXMLUpdates

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!