Dart SNMP Library 4.0
StringList Collection Members
Overview 
Public Methods
Public Method AddAdds a string to the end of the list.
Public Method ClearRemoves all strings in the list.
Public Method FindFinds the index of the first string containing the specified sub-string. Returns -1 if the sub-string is not found.
Public Method InsertInserts a string at the specified index.
Public Method RemoveRemoves the string at the specified index.
Public Method ToStringReturns a concatenation of all elements of the StringList, delimited by StringList.Delimiter.
Public Properties
Public Property CountGet the number of strings in the collection.
Public Property DelimiterGet or set the delimiter that separates strings in the collection.
Public Property ItemGet or set a string at the specified index.
See Also

StringList Collection


PowerSNMP for ActiveX Documentation Version 4.0
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic