BBjCEdit::setLineCountLimit
Description
In BBj 5.00 and higher, this method sets the maximum number of paragraphs (lines) that can be entered into the BBjCEdit control.
Syntax
Return Value |
Method |
void |
setLineCountLimit(int limit) |
Parameters
Variable |
Description |
limit |
Maximum number of lines (paragraphs) that can be entered into the BBjCEdit control. |
Return Value
None.
Remarks
By default, there is no limit on the number of paragraphs that can be entered into a BBjCEdit control.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.