Top Method Summary
Options Name Purpose
Progress.Lang.Object Pop () Removes the last element from an array and returns that element
INTEGER Push (Object) Adds one element to the end of an array and returns the new length of the array.
Replace (Object[]) Replaces the array
Consultingwerk.ObjectArrayHolder SetUseSerializedTypeInformation (logical) Assigns a value to the UseSerializedTypeInformation property
Progress.Lang.Object Shift () Removes the first element from an array and returns that element. This method changes the length of the array.
INTEGER Unshift (Object) Adds one element to the beginning of an array and returns the new length of the array.

Top Constructor Summary
Options Name Purpose
ObjectArrayHolder () Constructor for the ArrayHolder class
ObjectArrayHolder (Object[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
Progress.Lang.Object Value


Method Detail
Top

Progress.Lang.Object Pop ()

Purpose: Removes the last element from an array and returns that element
Notes:

Returns Progress.Lang.Object
The removed element from the array
Top

INTEGER Push (Object)

Purpose: Adds one element to the end of an array and returns the new length
of the array.
Notes:

Parameters:
pNewElement Progress.Lang.Object
The new element to add to the array
Returns INTEGER
The new length of the array
Top

Replace (Object[])

Purpose: Replaces the array
Notes: Avoids the need to re-initialize the array to extent ? when the array
size changes. Assigning Value directly is only possible when the
array size remains

Parameters:
pNewValue Progress.Lang.Object
The new array
Top

Consultingwerk.ObjectArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

Parameters:
plValue LOGICAL
The value for the UseSerializedTypeInformation property
Returns Consultingwerk.ObjectArrayHolder
The reference to the object instance itself
Top

Progress.Lang.Object Shift ()

Purpose: Removes the first element from an array and returns that element.
This method changes the length of the array.
Notes:

Returns Progress.Lang.Object
The removed element from the array
Top

INTEGER Unshift (Object)

Purpose: Adds one element to the beginning of an array and returns the new
length of the array.
Notes:

Parameters:
pNewElement Progress.Lang.Object
The new element to add to the array
Returns INTEGER
The new length of the array


Constructor Detail
Top

ObjectArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

ObjectArrayHolder (Object[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue Progress.Lang.Object
The initial value


Property Detail
Top

Progress.Lang.Object Value


Returns Progress.Lang.Object


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