BBjCEdit::appendToParagraph
Description
Appends text to the end of a paragraph in the BBjCEdit control.
Syntax
|
Return Value |
Method |
|---|---|
|
|
appendToParagraph(int index, string text) |
Parameters
|
Variable |
Description |
|---|---|
|
|
Specifies the 0-based index of the paragraph to append the text to. |
|
|
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.