IndexOf( ) method (Collections)
- Last Updated: March 15, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the one-based index of the first occurrence of an element in
List<T>. Returns 0 if the list does not contain the
element.
Return type: INTEGER
Access: PUBLIC
Applies to: Progress.Collections.List<T> class
Syntax
|
- element
- The object to locate in the
List<T>.