Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| 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 GetItemInternal__ (integer) |
Returns the Item at the specified Index |
||
| INTEGER IndexOf (Object) |
Determines the index of a specific item in the List |
||
| InternalAdd (Object) |
Adds an Item to the List |
||
| InternalAdd (Object[]) |
Adds the Items from an Array to the List |
||
| Progress.Lang.Object InternalGetItem (integer) |
Returns the Item at the specified Index |
||
| InternalReplace (integer, Object) |
Replaces the item at the given index |
||
| 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. |
| Options | Name | Purpose | |
|---|---|---|---|
| GenericList () |
Constructor for the GenericList 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
Clear ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Contains (Object)
|
||||||||||||||||||||||
Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()
|
||||||||||||||||||||||
Progress.Lang.Object GetItemInternal__ (integer)
|
||||||||||||||||||||||
INTEGER IndexOf (Object)
|
||||||||||||||||||||||
InternalAdd (Object)
|
||||||||||||||||||||||
InternalAdd (Object[])
|
||||||||||||||||||||||
Progress.Lang.Object InternalGetItem (integer)
|
||||||||||||||||||||||
InternalReplace (integer, Object)
|
||||||||||||||||||||||
OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||||||||
LOGICAL RemoveAt (integer)
|
||||||||||||||||||||||
GenericList ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
ListChanged (Object, ListChangedEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Count
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER ListHash
|
|||||||||