RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterErrorsList Class

TBaseAdapterErrorsList is the base class for adapter error object managers.

Pascal
TBaseAdapterErrorsList = class(TInterfacedObject, IAdapterErrors, IIterateIntfSupport);
C++
class TBaseAdapterErrorsList : public TInterfacedObject, public IAdapterErrors, public IIterateIntfSupport;

WebAdapt

TBaseAdapterErrorsList is the base class for objects that manage lists of adapter error objects. Do not instantiate TBaseAdapterErrorsList directly. Use TAdapterErrorsList

 

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