BBjCEdit::addParagraph
Description
Adds a paragraph to the BBjCEdit control.
Syntax
Return Value |
Method |
void |
addParagraph(int index, string paragraph) |
Parameters
Variable |
Description |
index |
Specifies the paragraph number with 0 identifying the first paragraph. If index equals -1, paragraphs are added to the end. |
paragraph |
Specifies the paragraph to be added. |
Return Value
None.
Example
|
See Also
TXADD Mnemonic - Add Paragraphs To a Custom Edit Control
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.