RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterErrorList Class

TAdapterErrorList is the error list display component.

Pascal
TAdapterErrorList = class(TCustomAdapterErrorList);
C++
class TAdapterErrorList : public TCustomAdapterErrorList;

Use TAdapterErrorList to display errors relating to a specific adapter component. 

TAdapterErrorList is a minimal implementation of TCustomAdapterErrorList. To extend its features, create your own concrete descendant of TCustomAdapterErrorList.

Note: Do not confuse TAdapterErrorList with TAdapterErrorsList.
 

 

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