RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterErrorList Class

TCustomAdapterErrorList is the base class adapter for components that display error lists.

Pascal
TCustomAdapterErrorList = class(TWebContainedComponent, IWebContent, IGetDesigntimeWarnings);
C++
class TCustomAdapterErrorList : public TWebContainedComponent, public IWebContent, public IGetDesigntimeWarnings;

TCustomAdapterErrorList is the base class for adapter components that display error lists. Do not instantiate TCustomAdapterErrorList directly. Use TAdapterErrorList, or create your own concrete descendant class. 

 

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