BBjCEdit::addParagraphs
Description
Adds all paragraphs in the vector to the BBjCEdit control.
Syntax
| Return Value | Method |
|---|---|
|
void |
addParagraphs(int index, BBjVector paragraphs!) |
Parameters
| Parameter | Description |
|---|---|
| index | Specifies the 0-based index in which the paragraphs will be added. |
| paragraphs! | Specifies a BBjVector that contains the paragraphs to be added. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.