Edit.setMaxLength

Overview | Methods | This Package | All Packages

Edit.setMaxLength

Sets the maximum length, in bytes, of the text the user can type into the edit control.

Syntax

public final void setMaxLength( int value )

Parameters

value

The maximum length, in bytes, of text that the user can type into the edit control. Set to a value less than or equal to zero (0) to indicate that the maximum capacity of the edit control is limited only to available memory. The default value is zero (0).

See Also   getMaxLength