| 
 
 | 
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | Add (handle) | Adds the specified value to the List. | |
| + | AddWhenNotContained (handle) | Adds the specified value to the List only when it is not
         yet contained - silently ignores keys that are already
         contained | |
| + | Clear () | Removes all keys and values from the List Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| + | LOGICAL ContainsValue (handle) | Determines whether the List contains the specified value. | |
| + | Consultingwerk.Framework.Collections.HandleListEnumerator GetEnumerator () | Returns the Enumerator for the List | |
| + | HANDLE GetValue (integer) | Returns the Value for the specified Key | |
| + | INTEGER IndexOf (handle) | Returns the index of the given value in the list | |
| + | Insert (handle, integer) | Inserts the specified value to the List at the specified position | |
| # | InternalAdd (character) | Adds the specified value to the list. Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| # | LOGICAL InternalContainsValue (character) | Determines whether the List contains the specified value. Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| # | CHARACTER InternalGetValue (integer) | Returns the Value for the specified Index Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| # | INTEGER InternalIndexOf (character) | Return the Index of the specified element Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| # | InternalInsert (character, integer) | Inserts the specified value to the List at the specified position Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| # | InternalSetValue (integer, character) | Assigns the Value for the specified Key Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| # | OnListChanged (ListChangedEventArgs) | Raises the ListChanged event Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| + | Remove (integer) | Removes the Value on the given Index from the List Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| + | SetValue (integer, handle) | Assigns the Value for the specified Key | |
| + | HANDLE ToArray () | Returns an array with the elements of the list | |
| + | CHARACTER ToDelimitedList () | Returns the list as an delimited character list | |
| + | CHARACTER ToDelimitedList (character) | Returns the list as an delimited character list | |
| # | ValidateValue (character) | Validates a Value Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | HandleList () | Constructor for the List class | |
| + | HandleList (longchar) | Constructor for the List class | |
| + | HandleList (longchar, character) | 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 Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER Count | Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| + | CHARACTER ListHash | Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| + | CHARACTER ValueDelimiter | Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | |
| + | LONGCHAR Values | Inherited from Consultingwerk.Framework.Base.AblPrimitiveList | 
| 
            
                Top
                
            
         PUBLIC Add (handle)
 
 | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PUBLIC AddWhenNotContained (handle)
 
 | ||||||||||||||||||||||
| PUBLIC Clear ()
 
 | ||||||||||||||||||||||
| PUBLIC LOGICAL ContainsValue (handle)
 
 | ||||||||||||||||||||||
| PUBLIC Consultingwerk.Framework.Collections.HandleListEnumerator GetEnumerator ()
 
 | ||||||||||||||||||||||
| PUBLIC HANDLE GetValue (integer)
 
 | ||||||||||||||||||||||
| PUBLIC INTEGER IndexOf (handle)
 
 | ||||||||||||||||||||||
| PUBLIC Insert (handle, integer)
 
 | ||||||||||||||||||||||
| PROTECTED InternalAdd (character)
 
 | ||||||||||||||||||||||
| PROTECTED LOGICAL InternalContainsValue (character)
 
 | ||||||||||||||||||||||
| PROTECTED CHARACTER InternalGetValue (integer)
 
 | ||||||||||||||||||||||
| PROTECTED INTEGER InternalIndexOf (character)
 
 | ||||||||||||||||||||||
| PROTECTED InternalInsert (character, integer)
 
 | ||||||||||||||||||||||
| PROTECTED InternalSetValue (integer, character)
 
 | ||||||||||||||||||||||
| PROTECTED OnListChanged (ListChangedEventArgs)
 
 | ||||||||||||||||||||||
| PUBLIC Remove (integer)
 
 | ||||||||||||||||||||||
| PUBLIC SetValue (integer, handle)
 
 | ||||||||||||||||||||||
| PUBLIC HANDLE ToArray ()
 
 | ||||||||||||||||||||||
| PUBLIC CHARACTER ToDelimitedList ()
 
 | ||||||||||||||||||||||
| PUBLIC CHARACTER ToDelimitedList (character)
 
 | ||||||||||||||||||||||
| PROTECTED ValidateValue (character)
 
 | ||||||||||||||||||||||
| PUBLIC HandleList ()
 
 | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PUBLIC HandleList (longchar)
 
 | ||||||||||||||||||||
| PUBLIC HandleList (longchar, character)
 
 | ||||||||||||||||||||
| PUBLIC ListChanged (Object, ListChangedEventArgs)
 
 | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PUBLIC INTEGER Count
 
 | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| PUBLIC CHARACTER ListHash
 
 | |||||||||
| PUBLIC CHARACTER ValueDelimiter
 
 | |||||||||
| PUBLIC LONGCHAR Values
 
 | |||||||||