Top Method Summary
Options Name Purpose
Add (decimal) Adds the specified value to the List.
AddWhenNotContained (decimal) Adds the specified value to the List only when it is not yet contained - silently ignores keys that are already contained
LOGICAL ContainsValue (decimal) Determines whether the List contains the specified value.
Consultingwerk.Framework.Collections.DecimalListEnumerator GetEnumerator () Returns the Enumerator for the List
DECIMAL GetValue (integer) Returns the Value for the specified Key
INTEGER IndexOf (decimal) Returns the index of the given value in the list
Insert (decimal, integer) Inserts the specified value to the List at the specified position
SetValue (integer, decimal) Assigns the Value for the specified Key
DECIMAL 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

Top Constructor Summary
Options Name Purpose
DecimalList () Constructor for the List class
DecimalList (longchar) Constructor for the List class
DecimalList (longchar, character) Constructor for the List class


Method Detail
Top

Add (decimal)

Purpose: Adds the specified value to the List.
Notes:

Parameters:
pValue DECIMAL
The value for the key/value pair to add to the List
Top

AddWhenNotContained (decimal)

Purpose: Adds the specified value to the List only when it is not
yet contained - silently ignores keys that are already
contained
Notes:

Parameters:
pValue DECIMAL
The value for the key/value pair to add to the List
Top

LOGICAL ContainsValue (decimal)

Purpose: Determines whether the List contains the specified value.
Notes:

Parameters:
pValue DECIMAL
The value to locate in the List
Returns LOGICAL
Logical value indicating if the List contains the value
Top

Consultingwerk.Framework.Collections.DecimalListEnumerator GetEnumerator ()

Purpose: Returns the Enumerator for the List
Notes:

Returns Consultingwerk.Framework.Collections.DecimalListEnumerator
The Enumerator instance
Top

DECIMAL GetValue (integer)

Purpose: Returns the Value for the specified Key
Notes:

Parameters:
piIndex INTEGER
The index to remove from the List
Returns DECIMAL
The Value for the specified Index
Top

INTEGER IndexOf (decimal)

Purpose: Returns the index of the given value in the list
Notes: Returns 0 if the value is not in the list

Parameters:
pValue DECIMAL
The value to locate in the list
Returns INTEGER
The index of the given value in the list
Top

Insert (decimal, integer)

Purpose: Inserts the specified value to the List at the specified position
Notes:

Parameters:
pValue DECIMAL
The value for the key/value pair to add to the List
piPosition INTEGER
The position to add the new value to
Top

SetValue (integer, decimal)

Purpose: Assigns the Value for the specified Key
Notes:

Parameters:
piIndex INTEGER
The index to remove from the List
pValue DECIMAL
The value to assign for the Key in the List
Top

DECIMAL ToArray ()

Purpose: Returns an array with the elements of the list
Notes:

Returns DECIMAL
The array with the elements of the list
Top

CHARACTER ToDelimitedList ()

Purpose: Returns the list as an delimited character list
Notes:

Returns CHARACTER
The character value with the delimited list
Top

CHARACTER ToDelimitedList (character)

Purpose: Returns the list as an delimited character list
Notes:

Parameters:
pcDelimiter CHARACTER
The delimiter for the list
Returns CHARACTER
The character value with the delimited list


Constructor Detail
Top

DecimalList ()

Purpose: Constructor for the List class
Notes:

Top

DecimalList (longchar)

Purpose: Constructor for the List class
Notes: Defaults to the comma (",") as the delimiter for Keys and Values

Parameters:
pcValues LONGCHAR
The initial list of Values
Top

DecimalList (longchar, character)

Purpose: Constructor for the List class
Notes:

Parameters:
pcValues LONGCHAR
The initial list of Values
pcValueDelimiter CHARACTER
The delimiter for the Values


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:13