BBjListEdit::setMaxLength
Description
In BBj 17.00 and higher, this method sets the maximum length of the text in a BBjListEdit control.
Syntax
Return Value | Method |
---|---|
void | setMaxLength(int length) |
Parameters
Parameter | 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.