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