get_max_length
Description:
Retrieves the maximum allowed length of the text in this.
See set_max_length.
This is equivalent to getting this's EntryBuffer and calling get_max_length on it.
Parameters:
this |
a Entry |
Returns:
the maximum allowed number of characters in Entry, or 0 if there is no maximum. |