RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterErrorsList.IDs Property

Lists the error codes of the errors in the list.

Pascal
property IDs [I: Integer]: integer;
C++
__property int IDs[int I];

Use IDs to access the ID (error code) of a specified error in the list. If the error has no error code, the value of IDs is 0. 

I is the index of the error in the list, where 0 specifies the first error, 1 specifies the second error, and so on. 

The value of IDs for an error is set by the AddError method when the error is added to the list. 

 

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