IBindingString.MaxLengthDefined

Syntax

MaxLengthDefined: Boolean;

Description

The MaxLengthDefined property determines whether the MAXLENGTH parameter is present in binding string.

Comments

If the MaxLengthDefined property is set to True, the binding string, describing the value editor, will contain the MAXLENGTH parameter. The parameter value is determined by the MaxLength property.

Example

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

See also:

IBindingString