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