Top Method Summary
Options Name Purpose
Progress.Reflect.Method Add (Method) Adds an item to the generic List
Add (Method[]) Adds an array of items to the generic List
Progress.Reflect.Method AddWhenNotContained (Method) Adds an item to the generic List only when it is not yet contained - silently ignores keys that are already contained
Progress.Reflect.Method GetItem (integer) Retrieves an item from the generic List
LOGICAL IsEmpty () Returns if the List is empty
Progress.Reflect.Method Replace (Method, Method) Replaces an item in the generic List
Progress.Reflect.Method ToArray () Returns an Array with the elements of the List


Method Detail
Top

Progress.Reflect.Method Add (Method)

Purpose: Adds an item to the generic List
Notes:

Parameters:
poItem Progress.Reflect.Method
And item of the Lists member type
Returns Progress.Reflect.Method
The new Item added to the List
Top

Add (Method[])

Purpose: Adds an array of items to the generic List
Notes:

Parameters:
poItem Progress.Reflect.Method
An array of items of the Lists member type
Top

Progress.Reflect.Method AddWhenNotContained (Method)

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

Parameters:
poItem Progress.Reflect.Method
And item of the Lists member type
Returns Progress.Reflect.Method
The new Item added to the List
Top

Progress.Reflect.Method GetItem (integer)

Purpose: Retrieves an item from the generic List
Notes:

Parameters:
piIndex INTEGER
The 1 based index of the item to retrieve
Returns Progress.Reflect.Method
The item of the Lists member type
Top

LOGICAL IsEmpty ()

Purpose: Returns if the List is empty
Notes:

Returns LOGICAL
Logical value indicating if the list if empty
Top

Progress.Reflect.Method Replace (Method, Method)

Purpose: Replaces an item in the generic List
Notes:

Parameters:
poExistingItem Progress.Reflect.Method
The item to replace
poNewItem Progress.Reflect.Method
The new item
Returns Progress.Reflect.Method
The reference to the replaced item
Top

Progress.Reflect.Method ToArray ()

Purpose: Returns an Array with the elements of the List
Notes:

Returns Progress.Reflect.Method
The array of elements of the Lists member type


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