RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterErrorsList.Create Constructor

Creates and initializes an instance of TAdapterErrorsList.

Pascal
constructor Create(AAdapter: TObject);
C++
__fastcall TAdapterErrorsList(TObject * AAdapter);

Typically, WebSnap applications do not create their own instances of TAdapterErrorsList. Adapter objects instantiate this class to implement their Errors property. 

AAdapter is the adapter component that uses this object to implement its Errors property. 

 

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