Panel |
---|
borderColor | #3D3D3D |
---|
bgColor | #F4F4F4 |
---|
titleColor | #3D3D3D |
---|
borderWidth | 0 |
---|
titleBGColor | #3D3D3D |
---|
borderStyle | solid |
---|
|
ON THIS PAGE |
Insert excerpt |
---|
| BrightScript Version Navigation Menu |
---|
| BrightScript Version Navigation Menu |
---|
nopanel | true |
---|
|
This object functions as a general-purpose, doubly linked list. It can be used as a container for arbitrary-length lists of BrightSign Objects. The array operator [ ] can be used to access any element in an ordered list.
...
Note |
---|
|
The two appended objects must be of the same type. |
ifArrayGet
GetEntry(a As Integer) As Dynamic
...