IBindingString.MaxLength

Syntax

MaxLength: Integer;

Description

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

Comments

The MAXLENGTH property determines the maximum length of entered string.

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

Example

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

See also:

IBindingString