BBjListButton::setTextAt
Description
In BBj 15.0 and higher, this method updates the text on an existing BBjListButton index.
Syntax
Return Value |
Method |
void |
setTextAt(int index, string text) |
Parameters
Variable |
Description |
index |
Specifies the 0-based list index. |
string |
Specifies the text to display on the specified list index. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects