BBjEditBox::setMaxLength
Description
In BBj 11.00 and higher, this method returns the maximum length of the text in a BBjEditBox control.
Syntax
Return Value |
Method |
int |
getMaxLength() |
Parameters
None.
Return Value
Returns the maximum length of the text in the BBjEditBox control.
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.