BBjCEdit::appendToParagraph
Description
Appends text to the end of a paragraph in the BBjCEdit control.
Syntax
Return Value |
Method |
void |
appendToParagraph(int index, string text) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the paragraph to append the text to. |
text |
Specifies the text to be appended to the end of the paragraph. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.