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

Top Constructor Summary
Options Name Purpose
IntegerArrayHolder () Constructor for the ArrayHolder class
IntegerArrayHolder (integer[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
INTEGER Value


Method Detail
Top

INTEGER Pop ()

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

Returns INTEGER
The removed element from the array
Top

INTEGER Push (integer)

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

Parameters:
pNewElement INTEGER
The new element to add to the array
Returns INTEGER
The new length of the array
Top

Replace (integer[])

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 INTEGER
The new array
Top

Consultingwerk.IntegerArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

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

INTEGER Shift ()

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

Returns INTEGER
The removed element from the array
Top

INTEGER Unshift (integer)

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

Parameters:
pNewElement INTEGER
The new element to add to the array
Returns INTEGER
The new length of the array


Constructor Detail
Top

IntegerArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

IntegerArrayHolder (integer[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue INTEGER
The initial value


Property Detail
Top

INTEGER Value


Returns INTEGER


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