|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | Progress.Lang.Object Add (Object) |
Adds an Item to the List |
|
| + | Add (Object[]) |
Adds the Items from an Array to the List |
|
| + | Progress.Lang.Object AddWhenNotContained (Object) |
Adds an Item to the List only when it is not
yet contained - silently ignores items that are already
contained |
|
| + | Clear () |
Removes all items from the List |
|
| + | LOGICAL Contains (Object) |
Determines if an object is a member of the List |
|
| + | Consultingwerk.Framework.Base.IEnumerator GetEnumerator () |
Returns a new IEnumerator instance for this object instance |
|
| + | Progress.Lang.Object GetItem (integer) |
Returns the Item at the specified Index |
|
| + | Progress.Lang.Object GetItemInternal__ (integer) |
Returns the Item at the specified Index |
|
| + | INTEGER IndexOf (Object) |
Determines the index of a specific item in the List |
|
| # | OnListChanged (ListChangedEventArgs) |
Raises the ListChanged event |
|
| + | LOGICAL Remove (Object) |
Removes the first occurrence of a specific object from the List |
|
| + | LOGICAL RemoveAt (integer) |
Removes the List item at the specified index. |
|
| + | Progress.Lang.Object ToArray () |
Returns an Array with the elements of the List |
| Options | Name | Purpose | |
|---|---|---|---|
| + | List () |
Constructor for the List class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | ListChanged (Object, ListChangedEventArgs) |
Raised when the List is changed by adding or removing items or
clearing the list |
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER Count |
|
|
| + | CHARACTER ListHash |
|
|
Top
PUBLIC Progress.Lang.Object Add (Object)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Add (Object[])
|
||||||||||||||||||||||||
PUBLIC Progress.Lang.Object AddWhenNotContained (Object)
|
||||||||||||||||||||||||
PUBLIC Clear ()
|
||||||||||||||||||||||||
PUBLIC LOGICAL Contains (Object)
|
||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()
|
||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetItem (integer)
|
||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetItemInternal__ (integer)
|
||||||||||||||||||||||||
PUBLIC INTEGER IndexOf (Object)
|
||||||||||||||||||||||||
PROTECTED OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||||
PUBLIC LOGICAL Remove (Object)
|
||||||||||||||||||||||||
PUBLIC LOGICAL RemoveAt (integer)
|
||||||||||||||||||||||||
PUBLIC Progress.Lang.Object ToArray ()
|
||||||||||||||||||||||||
PUBLIC List ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
PUBLIC ListChanged (Object, ListChangedEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER Count
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ListHash
|
|||||||||