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

Top Constructor Summary
Options Name Purpose
Int64ArrayHolder () Constructor for the ArrayHolder class
Int64ArrayHolder (int64[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
INT64 Value


Method Detail
Top

INT64 Pop ()

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

Returns INT64
The removed element from the array
Top

INTEGER Push (int64)

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

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

Replace (int64[])

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

Consultingwerk.Int64ArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

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

INT64 Shift ()

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

Returns INT64
The removed element from the array
Top

INTEGER Unshift (int64)

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

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


Constructor Detail
Top

Int64ArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

Int64ArrayHolder (int64[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue INT64
The initial value


Property Detail
Top

INT64 Value


Returns INT64


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