Top Method Summary
Options Name Purpose
ListChangedHandler (Object, ListChangedEventArgs) Event handler for the ListChanged event of the IEnumerable instance
LOGICAL MoveNext () Moves the enumerator to the next item
Reset () Resets the Enumerator (starts enumerating from the first item on)

Top Constructor Summary
Options Name Purpose
DecimalListEnumerator (AblPrimitiveList) Constructor for the ListEnumerator class

Top Property Summary
Options Name Purpose
DECIMAL Current
Consultingwerk.Framework.Base.AblPrimitiveList List
LOGICAL ListChanged


Method Detail
Top

ListChangedHandler (Object, ListChangedEventArgs)

Purpose: Event handler for the ListChanged event of the IEnumerable instance
Notes: Requires the ISupportsListChanged interface to by implemented by the List

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
Top

LOGICAL MoveNext ()

Purpose: Moves the enumerator to the next item
Notes:

Returns LOGICAL
True when the next item is available, false when not.
Top

Reset ()

Purpose: Resets the Enumerator (starts enumerating from the first item on)
Notes:



Constructor Detail
Top

DecimalListEnumerator (AblPrimitiveList)

Purpose: Constructor for the ListEnumerator class
Notes:

Parameters:
poList Consultingwerk.Framework.Base.AblPrimitiveList
The AblPrimitiveList to Enumerate


Property Detail
Top

DECIMAL Current


Returns DECIMAL
Top

Consultingwerk.Framework.Base.AblPrimitiveList List


Returns Consultingwerk.Framework.Base.AblPrimitiveList
Top

LOGICAL ListChanged


Returns LOGICAL


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