BBjListEdit::setImageAt
Description
In BBj 15.00 and higher, this method sets an image to display beside the text on a specified BBjListEdit index.
Syntax
Return Value | Method |
---|---|
void | setImageAt(int index, BBjImage image!) |
Parameters
Parameter | Description |
---|---|
index | Specifies the 0-based list index. |
image! | Specifies the BBjImage that will display on the specified list index, or null() to remove a previously-specified image. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.