Retrieves the maximum length, in bytes, of the text the user can type into the edit control.
public final int getMaxLength()
Returns the maximum length, in bytes, of text that the user can type into the edit control. Returns zero (0) if the maximum capacity of the edit control is limited only to available memory.
See Also setMaxLength