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

Top Constructor Summary
Options Name Purpose
RowidArrayHolder () Constructor for the ArrayHolder class
RowidArrayHolder (rowid[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
ROWID Value


Method Detail
Top

ROWID Pop ()

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

Returns ROWID
The removed element from the array
Top

INTEGER Push (rowid)

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

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

Replace (rowid[])

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

Consultingwerk.RowidArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

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

ROWID Shift ()

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

Returns ROWID
The removed element from the array
Top

INTEGER Unshift (rowid)

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

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


Constructor Detail
Top

RowidArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

RowidArrayHolder (rowid[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue ROWID
The initial value


Property Detail
Top

ROWID Value


Returns ROWID


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