MaxLength Property
Object List Next Object
Defined By: TextBox
Description:
MaxLength limits the number of characters that a user may type into a textbox.
Details:
MaxLength allows the user to type as many characters, including spaces, in the
TextBox as specified in the MaxLength property. If MaxLength is set to 0, no
restrictions are placed on the TextBox. The system will beep and ignore any
alphanumeric key presses once the MaxLength has been reached.
Data Type: Long