IBindingString.MaxLength

Syntax

MaxLength: Integer;

Description

The MaxLength property determines the MAXLENGTH parameter value in binding string.

Comments

The MAXLENGTH parameter determines the maximum length of input string.

The MaxLength property is available if the MaxLengthDefined property is set to True. If the MaxLength property is changed, the MaxLengthDefined property is automatically set to True.

Example

The example of use is given in description of the IBindingEditBox.MultiLine property.

See also:

IBindingString