|
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 |
||
| 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 |
||
| 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 |
| Options | Name | Purpose | |
|---|---|---|---|
| HandleList () |
Constructor for the List class |
||
| HandleList (longchar) |
Constructor for the List class |
||
| HandleList (longchar, character) |
Constructor for the List class |
|
Top
Add (handle)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddWhenNotContained (handle)
|
||||||||||||||||||||
LOGICAL ContainsValue (handle)
|
||||||||||||||||||||
Consultingwerk.Framework.Collections.HandleListEnumerator GetEnumerator ()
|
||||||||||||||||||||
HANDLE GetValue (integer)
|
||||||||||||||||||||
INTEGER IndexOf (handle)
|
||||||||||||||||||||
Insert (handle, integer)
|
||||||||||||||||||||
SetValue (integer, handle)
|
||||||||||||||||||||
HANDLE ToArray ()
|
||||||||||||||||||||
CHARACTER ToDelimitedList ()
|
||||||||||||||||||||
CHARACTER ToDelimitedList (character)
|
||||||||||||||||||||
HandleList ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HandleList (longchar)
|
||||||||||||||||||||
HandleList (longchar, character)
|
||||||||||||||||||||