Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
GetNamedElementsCi(a As String) As Object
Simplify() As Object
Returns an roXmlElement if the list contains exactly one element. Otherwise, it will return itself.
...
Retrieves the entry at the head of the list and keeps the entry in the list.
Clear() As Void
Removes all elements from the list.
...
Returns the index of the highest entry in the array plus one (i.e. the length of the array).
Clear() As Void
Deletes every entry in the array.
Append(a As Object) As Void
Appends one roArray to another. If the passed roArray contains entries that were never set to a value, they are not appended.
Note | ||
---|---|---|
| ||
The two appended objects must be of the same type. |
ifArrayGet
GetEntry(a As Integer) As Dynamic
...