|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| 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. |
| Options | Name | Purpose | |
|---|---|---|---|
| ObjectArrayHolder () |
Constructor for the ArrayHolder class |
||
| ObjectArrayHolder (Object[]) |
Constructor for the ArrayHolder class |
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Lang.Object Value |
|
|
Top
Progress.Lang.Object Pop ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Push (Object)
|
||||||||||||||||||||||
Replace (Object[])
|
||||||||||||||||||||||
Consultingwerk.ObjectArrayHolder SetUseSerializedTypeInformation (logical)
|
||||||||||||||||||||||
Progress.Lang.Object Shift ()
|
||||||||||||||||||||||
INTEGER Unshift (Object)
|
||||||||||||||||||||||
ObjectArrayHolder ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjectArrayHolder (Object[])
|
|||||||||||||||
Progress.Lang.Object Value
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|