maxlength
美
英 
例句
If accessible, the strlen function is called, and the max length argument is ignored.
如果是strlen函数被调用,maxlength参数则被忽略。
maxlength : Maximum length allowed to be entered in the field.
maxlength:字段中允许输入的最大文本长度。
The maxLength facet is not generated for variable-length types that are declared with the (max) specifier.
对于用(max)说明符声明的可变长度类型,不生成maxLength方面。
The maxLength property sets or returns the maximum number of characters in a text field.
设置或返回输入区域可输入的最大的字符数量。
Set the MaxLength property to 25 (the maximum length of the field in the database).
将“MaxLength”属性设置为25(数据库中字段的最大长度)。
For the MaxLength property of each TextBox control, use the following values.
对于每个TextBox控件的MaxLength属性,请使用以下值。
Describes changes to the MaxLength property of the TextBox control.
描述对TextBox控件的MaxLength属性的更改。
The XML Schema specification defines a set of constraining facets (such as minInclusive or maxLength) that you can apply to simple types.
XML模式规范定义了一组约束facet(比如minInclusive或maxLength),可以将这些内容应用于简单类型。
Jump to the next field when the current field's maxlength has been reached
当前部分达到最大长度时跳到下一个部分