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

Top Constructor Summary
Options Name Purpose
DecimalArrayHolder () Constructor for the ArrayHolder class
DecimalArrayHolder (decimal[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
DECIMAL Value


Method Detail
Top

DECIMAL Pop ()

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

Returns DECIMAL
The removed element from the array
Top

INTEGER Push (decimal)

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

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

Replace (decimal[])

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

Consultingwerk.DecimalArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

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

DECIMAL Shift ()

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

Returns DECIMAL
The removed element from the array
Top

INTEGER Unshift (decimal)

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

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


Constructor Detail
Top

DecimalArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

DecimalArrayHolder (decimal[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue DECIMAL
The initial value


Property Detail
Top

DECIMAL Value


Returns DECIMAL


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