RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.Errors Property

Returns an object used to track errors on behalf of this adapter.

Pascal
property Errors: TBaseAdapterErrorsList;
C++
__property TBaseAdapterErrorsList Errors;

Adapter actions typically catch exceptions raised during execution and add the exception messages to the parent adapter's errors object. Server-side script may enumerate the errors recorded by the Errors property in order to write error messages to an HTML page. 

 

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