RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.CreateErrorsList Method

Creates the object used to manage errors associated with this adapter.

Pascal
function CreateErrorsList: TBaseAdapterErrorsList; virtual;
C++
virtual __fastcall TBaseAdapterErrorsList CreateErrorsList();

CreateErrorsList creates TAdapterErrorsList. Descendants may override this function to create a custom errors list. 

 

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