Top Method Summary
Options Name Purpose
Clear () Removes all keys and values from the List
InternalAdd (character) Adds the specified value to the list.
LOGICAL InternalContainsValue (character) Determines whether the List contains the specified value.
CHARACTER InternalGetValue (integer) Returns the Value for the specified Index
INTEGER InternalIndexOf (character) Return the Index of the specified element
InternalInsert (character, integer) Inserts the specified value to the List at the specified position
InternalSetValue (integer, character) Assigns the Value for the specified Key
OnListChanged (ListChangedEventArgs) Raises the ListChanged event
Remove (integer) Removes the Value on the given Index from the List
ValidateValue (character) Validates a Value

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

Top Event Summary
Options Name Purpose
ListChanged (Object, ListChangedEventArgs) Raised when the List is changed by adding or removing items or clearing the list

Top Property Summary
Options Name Purpose
INTEGER Count
CHARACTER ListHash
CHARACTER ValueDelimiter
LONGCHAR Values


Method Detail
Top

Clear ()

Purpose: Removes all keys and values from the List
Notes: Raises the ListChanged event

Top

InternalAdd (character)

Purpose: Adds the specified value to the list.
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
pcValue CHARACTER
The value for the key/value pair to add to the List
Top

LOGICAL InternalContainsValue (character)

Purpose: Determines whether the List contains the specified value.
Notes: Internal method, used by derived class (which converts from the

Parameters:
pcValue CHARACTER
The value to locate in the List
Returns LOGICAL
True, when the value is contained in the List, otherwise false
Top

CHARACTER InternalGetValue (integer)

Purpose: Returns the Value for the specified Index
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

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

INTEGER InternalIndexOf (character)

Purpose: Return the Index of the specified element
Notes: Returns 0 if the value is not in the list

Parameters:
pcValue CHARACTER
The value to locate
Returns INTEGER
The Index of the given Value
Top

InternalInsert (character, integer)

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

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

InternalSetValue (integer, character)

Purpose: Assigns the Value for the specified Key
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

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

OnListChanged (ListChangedEventArgs)

Purpose: Raises the ListChanged event
Notes:

Parameters:
e Consultingwerk.Framework.Base.ListChangedEventArgs
The ListChangedEventArgs object instance with the data of the ListChanged event
Top

Remove (integer)

Purpose: Removes the Value on the given Index from the List
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
piEntry INTEGER
The index to remove from the List
Top

ValidateValue (character)

Purpose: Validates a Value
Notes:

Parameters:
pcValue CHARACTER
The value to validate


Constructor Detail
Top

AblPrimitiveList ()

Purpose: Constructor for the AblPrimitiveList class
Notes:

Top

AblPrimitiveList (longchar)

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

Parameters:
pcValues LONGCHAR
The initial list of Values
Top

AblPrimitiveList (longchar, character)

Purpose: Constructor for the AblPrimitiveList class
Notes:

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


Event Detail
Top

ListChanged (Object, ListChangedEventArgs)

Purpose: Raised when the List is changed by adding or removing items or
clearing the list
Notes:

Parameters:
sender Progress.Lang.Object
The sender of the event
e Consultingwerk.Framework.Base.ListChangedEventArgs
The ListChangedEventArgs object instance with the data of the ListChanged event


Property Detail
Top

INTEGER Count


Returns INTEGER
Top

CHARACTER ListHash


Returns CHARACTER
Top

CHARACTER ValueDelimiter


Returns CHARACTER
Top

LONGCHAR Values


Returns LONGCHAR


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:21