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.
...
Note | ||
---|---|---|
| ||
The two appended objects must be of the same type. |
ifArrayGet
GetEntry(a As Integer) As Dynamic
Returns an array entry of a given index. Entries start at zero. If an entry that has not been set is fetched, Invalid is returned.
ifArraySet
SetEntry(a As Integer, b As Dynamic) As Void
Sets an entry of a given index to the passed type value.