[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.MaxLength

The maximum length of user input.

Declaration

Source position: stdctrls.pp line 351

protected property TCustomComboBox.MaxLength : Integer
  read GetMaxLength
  write SetMaxLength
  default 0;

Description

Set MaxLength to e.g. the fixed length of a string field, where the input is stored later.