BBjCEdit::getParagraph
Description
Returns the paragraph text in the BBjCEdit control.
Syntax
Return Value |
Method |
string |
getParagraph(int parNum) |
Parameters
Variable |
Description |
parNum |
Specifies the 0-based index of the paragraph, for text to be returned. |
Return Value
Returns the paragraph text in the BBjCEdit control.
Remarks
None.
Example
REM Get the text of a paragraph in a custom edit box |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.