EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASMessageErrorList.Items

TElASMessageErrorList     See also    


 

Use this property to access individual items in error list.

 
 

Declaration

[C#]
    TElASMessageError Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElASMessageError

[Pascal]
    property Items[Index : integer] : TElASMessageError;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - Index of item in list. The first item has Index=0, the second has Index=1 and so on.
 
 

Description

    This property allows to access individual itmes in the error list.

 
 

See also:     Count    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation