BBjEditBox::setMaxLength
Description
In BBj 11.00 and higher, this method sets the maximum length of the text in a BBjEditBox control.
Syntax
Return Value |
Method |
void |
setMaxLength(int length) |
Parameters
Variable |
Description |
length |
Specifies the maximum length of the text in the control. |
Return Value
None.
Remarks
If no maximum length is specified, it defaults to 2^31-1 (2147483647) characters.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.