RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterError.Create Constructor

Create instantiates an instance of TAdapterError. Do not call this constructor in application code. The adapter errors list object instantiates adapter error objects as needed.

Pascal
constructor Create(AErrors: TAdapterErrorsList; AIndex: Integer);
C++
__fastcall TAdapterError(TAdapterErrorsList AErrors, int AIndex);
constructor Create(AErrors: TAdapterErrorsListTAdapterErrorsList; AIndex: Integer); public;

Create instantiates an instance of TAdapterError. Do not call this constructor in application code. The adapter errors list object instantiates adapter error objects as needed. 

AErrors is the adapter errors list object that creates this TAdapterError object. 

AIndex is the index of this adapter error in the list that AErrors maintains. 

 

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