RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.GetErrors Method

Returns the XML delta packet (if any) that describes the errors that occurred when applying updates.

Pascal
function GetErrors: string;
C++
__fastcall AnsiString GetErrors();

Call GetErrors to obtain the XML delta packet returned by the application server when an update operation included some errors.

Note: See the template err.html (included in the WebMidas directory) for one possible use for the XML delta packet of errors. In err.html, the string returned by GetErrors should replace the <#XMLEMBED_VAR_ERR> tag.
 

 

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