IComboBox.MaxLength

Syntax

MaxLength: Integer;

Description

The MaxLength property determines the maximum length of entered text. It is relevant , if the Style property is set to Simple or DropDown. If MaxLength = 0, the length of the text is not limited.

See also:

IComboBox