|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| LONGCHAR Pop () |
Removes the last element from an array and returns that element |
||
| INTEGER Push (longchar) |
Adds one element to the end of an array and returns the new length
of the array. |
||
| Replace (longchar[]) |
Replaces the array |
||
| Consultingwerk.LongcharArrayHolder SetUseSerializedTypeInformation (logical) |
Assigns a value to the UseSerializedTypeInformation property |
||
| LONGCHAR Shift () |
Removes the first element from an array and returns that element.
This method changes the length of the array. |
||
| INTEGER Unshift (longchar) |
Adds one element to the beginning of an array and returns the new
length of the array. |
| Options | Name | Purpose | |
|---|---|---|---|
| LongcharArrayHolder () |
Constructor for the ArrayHolder class |
||
| LongcharArrayHolder (longchar[]) |
Constructor for the ArrayHolder class |
| Options | Name | Purpose | |
|---|---|---|---|
| LONGCHAR Value |
|
|
Top
LONGCHAR Pop ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Push (longchar)
|
||||||||||||||||||||||
Replace (longchar[])
|
||||||||||||||||||||||
Consultingwerk.LongcharArrayHolder SetUseSerializedTypeInformation (logical)
|
||||||||||||||||||||||
LONGCHAR Shift ()
|
||||||||||||||||||||||
INTEGER Unshift (longchar)
|
||||||||||||||||||||||
LongcharArrayHolder ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LongcharArrayHolder (longchar[])
|
|||||||||||||||
LONGCHAR Value
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|