RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.Errors Property

Returns the parent adapter's Errors list.

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

Descendant classes use this property to access the Errors list of the parent adapter. The Errors list is used to track Errors that occur while executing an adapter action. Server-side script can access the Errors list using the adapter object's Errors property. The server-side script Errors list is used to write the Errors to the HTML page. 

 

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