RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ClearErrors Method

Clears the content of the adapter's Errors property.

Pascal
procedure ClearErrors;
C++
__fastcall ClearErrors();

The errors are cleared when the web module is deactivated. This ensures that the errors encountered during the processing of an HTTP request will not affect another HTTP request. 

 

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